miduo_client/Assets/ManagedResources/~Lua/Modules/Fate/FateManager.lua

10 lines
135 B
Lua

FateManager = {}
local this = FateManager
function this.Initialize()
end
function this.GetServerData(msg)
-- body
end
return this