game(ai): comment out useless (for now) stmt

This commit is contained in:
Mark Joshwel 2024-08-10 02:27:50 +08:00
parent 98b9bfae92
commit e38602910d

View file

@ -67,7 +67,7 @@ private IEnumerator Manager()
_ais = GameObject.FindGameObjectsWithTag("AIs"); _ais = GameObject.FindGameObjectsWithTag("AIs");
if (_ais.Length < maxAI) if (_ais.Length < maxAI)
{ {
var instance = Instantiate(aiPrefab, gameObject.transform); // var instance = Instantiate(aiPrefab, gameObject.transform);
} }
foreach (var i in _ais) foreach (var i in _ais)