Exemplo n.º 1
0
 public static void onOpponentHasLostConnection(ulong playerId)
 {
     _syncDelegate.OnOpponentHasLostConnection(playerId);
 }
Exemplo n.º 2
0
            public void onOpponentHasLostConnection(long playerId)
            {
                var opponentPlayerId = Convert.ToUInt64(playerId);

                _syncDelegate.OnOpponentHasLostConnection(opponentPlayerId);
            }
Exemplo n.º 3
0
 public static void onOpponentHasLostConnection(UInt64 playerId)
 {
     _syncMessageHandler.OnOpponentHasLostConnection(playerId);
 }