Ejemplo n.º 1
0
 public void PrepareSouthHand(RpsAgent player)
 {
     southHand.LoadForMatch(player);
     SetLabelText(southHandLabels, player);
 }
Ejemplo n.º 2
0
 public void PrepareNorthHand(RpsAgent player)
 {
     northHand.LoadForMatch(player);
     SetLabelText(northHandLabels, player);
 }