miduo_client/Assets/ManagedResources/~Lua/Modules/Player/StateManager.lua

22 lines
192 B
Lua
Raw Normal View History

2020-05-09 13:31:21 +08:00
StateManager = {
-- 快速战斗
QUICK_FIGHT_START = 1,
QUICK_FIGHT_END = 2,
};
local this = StateManager
function this.Initialize()
end
2020-06-23 18:36:24 +08:00
return this