private void Start() { events = GameEvents.Instance; }
private void Start() { pooler = ObjectPooler.Instance; events = GameEvents.Instance; }
private void Awake() { Instance = this; }