Ejemplo n.º 1
0
 public void HandleEventAction(IActorPhysicalInfo sendingActorPhysicalInfo, ActorEvent actorEvent)
 => HandleEventActionCore(sendingActorPhysicalInfo, actorEvent);
Ejemplo n.º 2
0
 protected abstract void HandleEventActionCore(IActorPhysicalInfo sendingActorPhysicalInfo, ActorEvent actorEvent);