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