Ejemplo n.º 1
0
 public Token(gameColor clr)
 {
     this.color = clr;
 }
Ejemplo n.º 2
0
 public GameField(gameColor clr, int id)
 {
     this.color   = clr;
     this.FieldId = id;
 }