Exemplo n.º 1
0
 public void Rpc_SetCardsNumb(uint value)
 {
     if (MyUIPlayer != null)
     {
         MyUIPlayer.SetCardsNumb(value);
     }
 }