Cleaning up
This commit is contained in:
@@ -44,14 +44,14 @@
|
||||
|
||||
public void Spawn()
|
||||
{
|
||||
Debug.Log($"{gameObject} Spawned");
|
||||
// Debug.Log($"{gameObject} Spawned");
|
||||
SetActive(true);
|
||||
activeCountdown = Random.Range(9, 10);
|
||||
}
|
||||
|
||||
public void Despawn()
|
||||
{
|
||||
Debug.Log($"{gameObject} Despawned");
|
||||
// Debug.Log($"{gameObject} Despawned");
|
||||
SetActive(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user