StateManager = {
-- 快速战斗
QUICK_FIGHT_START = 1,
QUICK_FIGHT_END = 2,
};
local this = StateManager
function this.Initialize()
end
return this