Exemplo n.º 1
0
 public static Card GetRandGraweyardCreature(PlayerType playerType)
 {
     return(CardManager.GetRandCreature(playerType, InGamePosition.Graveyard));
 }
Exemplo n.º 2
0
 public static List <Card> GetTableCreatures(PlayerType playerType)
 {
     return(CardManager.GetCreatures(playerType, InGamePosition.Table));
 }
Exemplo n.º 3
0
 public static Card GetRandTableCreature(PlayerType playerType)
 {
     return(CardManager.GetRandCreature(playerType, InGamePosition.Table));
 }