Example #1
0
 public EnemyEventArgs(CopAttack cop, string tag)
 {
     this.cop = cop;
     this.tag = tag;
 }
Example #2
0
 void Awake()
 {
     _copAttack = GetComponent <CopAttack>();
     RefManager.GameTime.PaydayEvent.AddListener(Payday);
 }