13 lines
235 B
Plaintext
13 lines
235 B
Plaintext
|
LuaHandleMillionPowerInfoRep = {}
|
||
|
|
||
|
function LuaHandleMillionPowerInfoRep.HandlePacket(mem)
|
||
|
--require "LuaDistributesMillionPowerInfoRep"
|
||
|
--local packet = LuaDistributesMillionPowerInfoRep.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
|
||
|
|
||
|
|
||
|
end
|
||
|
|
||
|
|