Example #1
0
 private void Start()
 {
     events = GameEvents.Instance;
 }
Example #2
0
 private void Start()
 {
     pooler = ObjectPooler.Instance;
     events = GameEvents.Instance;
 }
Example #3
0
 private void Awake()
 {
     Instance = this;
 }