Exemplo n.º 1
0
 public void SetPoker(NN_POKER poker)
 {
     if (poker.hasIndex())
     {
         this.index = poker.index;
     }
     if (poker.hasColor())
     {
         this.color = poker.color;
     }
     if (poker.hasSize())
     {
         this.size = poker.size;
     }
     if (poker.hasPokerStatus())
     {
         this.status = poker.pokerStatus;
     }
 }