mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Dependenices
This commit is contained in:
@@ -216,8 +216,8 @@
|
||||
Commands.run_command(command_event) --- Main event function that is ran for all commands, used internally please avoid direct use
|
||||
]]
|
||||
|
||||
local Game = require 'utils.game'
|
||||
local player_return,write_json = ext_require('expcore.common','player_return','write_json')
|
||||
local Game = require 'utils.game' --- @dep utils.game
|
||||
local player_return,write_json = ext_require('expcore.common','player_return','write_json') --- @dep expcore.common
|
||||
|
||||
local Commands = {
|
||||
defines={ -- common values are stored error like signals
|
||||
|
||||
Reference in New Issue
Block a user