10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
|
LuaHandleEquipSuitGetInfoReq = {}
|
||
|
|
||
|
function LuaHandleEquipSuitGetInfoReq.HandlePacket(mem)
|
||
|
--require "LuaDistributesEquipSuitGetInfoReq"
|
||
|
--packet = LuaDistributesEquipSuitGetInfoReq.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|