miduo_client/Assets/ManagedResources/~Lua/Modules/GodWeapon/GodWeaponManager.lua

10 lines
107 B
Lua
Raw Normal View History

2023-03-24 11:08:03 +08:00
GodWeaponManager = {};
local this = GodWeaponManager
function this.Initialize()
end
return this