Esempio n. 1
0
 public void FirstShootEvent()
 {
     firstShootEvent.Event();
 }
Esempio n. 2
0
 public void BeCollidedEvent(CharacterPhysics otherObj, List <CharacterPhysics> physicsObjectList)
 {
     beCollidedEvent.Event(otherObj, physicsObjectList);
 }
Esempio n. 3
0
 public void InitEvent()
 {
     initEvent.Event();
 }