예제 #1
0
 public void HandleEventAction(IActorPhysicalInfo sendingActorPhysicalInfo, ActorEvent actorEvent)
 => HandleEventActionCore(sendingActorPhysicalInfo, actorEvent);
예제 #2
0
 protected abstract void HandleEventActionCore(IActorPhysicalInfo sendingActorPhysicalInfo, ActorEvent actorEvent);