/// <summary> /// Awake this instance. /// </summary> protected virtual void Awake() { PoolInstance = this; }
/// <summary> /// Awake this instance. /// </summary> protected virtual void Awake() { objectPooler = GetComponent<ObjectPooler> (); spawnerStartTime = Time.time; }