10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
|
LuaHandleReqExitWeddingCar = {}
|
||
|
|
||
|
function LuaHandleReqExitWeddingCar.HandlePacket(mem)
|
||
|
--require "LuaDistributesReqExitWeddingCar"
|
||
|
--local packet = LuaDistributesReqExitWeddingCar.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|