This commit is contained in:
aozhiwei 2024-04-20 11:47:38 +08:00
parent 097633cc40
commit 4651b7b358

View File

@ -104,7 +104,6 @@ type Team interface {
Join(Player) bool
ReJoin(Player)
GetMemberByAccountId(string) Player
OnPlayerOffline(Player)
IsCopy() bool
GetCopyIdx() int32
SendUpdateNotify()