This commit is contained in:
aozhiwei 2024-07-10 11:20:05 +08:00
parent 4a5733841b
commit 56f9b38991

View File

@ -686,6 +686,10 @@ func (this *team) hasOnlinePlayer() bool {
return has
}
func (this *team) EnemyTeamMustHasRealPlayer() bool {
return false
}
func newTeam() *team {
t := new(team)
t.state = constant.TEAM_STATE_INIT