Fixed many things.

This commit is contained in:
2022-05-16 17:59:47 +07:00
parent 150efde055
commit 06fdfc077c
8 changed files with 290 additions and 41 deletions

View File

@ -45,9 +45,6 @@ public class FlagZone : MonoBehaviour
case "Attacker":
occupAttackers--;
break;
default:
Debug.LogWarning("Exited non-team entity");
break;
}
}
private void Update()