Exemplo n.º 1
0
 public override void HandleOnClient(FinishTransactionCommand command)
 {
     TransactionHandler.FinishReceived(command.Type, null);
 }
Exemplo n.º 2
0
 public override void HandleOnServer(FinishTransactionCommand command, Player player)
 {
     TransactionHandler.FinishReceived(command.Type, player);
 }
Exemplo n.º 3
0
 protected override void Handle(FinishTransactionCommand command)
 {
     TransactionHandler.FinishReceived(command.SenderId);
 }