public void FirstShootEvent() { firstShootEvent.Event(); }
public void BeCollidedEvent(CharacterPhysics otherObj, List <CharacterPhysics> physicsObjectList) { beCollidedEvent.Event(otherObj, physicsObjectList); }
public void InitEvent() { initEvent.Event(); }