10 lines
107 B
Lua
10 lines
107 B
Lua
|
GodWeaponManager = {};
|
|||
|
local this = GodWeaponManager
|
|||
|
|
|||
|
function this.Initialize()
|
|||
|
|
|||
|
|
|||
|
|
|||
|
end
|
|||
|
|
|||
|
return this
|