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