示例#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();
 }