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