Ejemplo n.º 1
0
 public Player()
 {
     this.m_Cards = new CardCollection <bool>();
 }
Ejemplo n.º 2
0
 public Ground()
 {
     this.m_Cards = new CardCollection <bool>();
     this.m_Name  = "Ground";
     this.m_Stage = GroundStage.None;
 }