game(ai): comment out useless (for now) stmt
This commit is contained in:
parent
98b9bfae92
commit
e38602910d
|
@ -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)
|
||||||
|
|
Reference in a new issue