Example #1
0
 protected virtual void Start()
 {
     //Reference
     gm  = GameManager.Instance;
     pfx = PfxManager.Instance;
 }
 void Awake()
 {
     Instance       = this;
     pool_EnemyHurt = new Pool(pfx_EnemyHurt);
 }