10 lines
201 B
Plaintext
10 lines
201 B
Plaintext
LuaHandleReqChooseProp = {}
|
|
|
|
function LuaHandleReqChooseProp.HandlePacket(mem)
|
|
--require "LuaDistributesReqChooseProp"
|
|
--packet = LuaDistributesReqChooseProp.ExtraPacket(mem)
|
|
--print(packet)
|
|
end
|
|
|
|
|