```
refactor(common): 统一使用 common.TomeeHeader 替代 player.TomeeHeader 将多处
This commit is contained in:
@@ -15,5 +15,6 @@ type PlayerI interface {
|
||||
InvitePlayer(PlayerI)
|
||||
SetFightC(FightI)
|
||||
QuitFight()
|
||||
SendPackCmd(cmd uint32, b any)
|
||||
|
||||
SendPackCmd(uint32, any)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user