11 lines
267 B
Lua
11 lines
267 B
Lua
|
return {
|
||
|
-- 主角初始化
|
||
|
"MSG_Player.ResPlayerBaseInfo",
|
||
|
--远程玩家初始化
|
||
|
"MSG_Map.ResRoundObjs",
|
||
|
"MSG_Map.ResMapPlayer",
|
||
|
"MSG_Map.ResPlayerDisappear",
|
||
|
"MSG_Map.ResRoundNpcDisappear",
|
||
|
"MSG_Player.ResPlayerOnLineAttribute",
|
||
|
}
|