Exemple #1
0
 protected override void GotCaught(Catchables newCatch)
 {
     if (newCatch == this)
     {
         EventManager.Single.TriggerCollisionShark();
     }
 }
Exemple #2
0
 public void TriggerCollisionCatchable(Catchables newCatch)
 {
     ONTriggerCollisionCatchable?.Invoke(newCatch);
 }