10 lines
257 B
Plaintext
10 lines
257 B
Plaintext
|
LuaHandleNotifyBossHomeRssBossRelive = {}
|
||
|
|
||
|
function LuaHandleNotifyBossHomeRssBossRelive.HandlePacket(mem)
|
||
|
--require "LuaDistributesNotifyBossHomeRssBossRelive"
|
||
|
--packet = LuaDistributesNotifyBossHomeRssBossRelive.ExtraPacket(mem)
|
||
|
--print(packet)
|
||
|
end
|
||
|
|
||
|
|