예제 #1
0
 public Schaakstuk(SchaakstukType Type, SchaakstukKleur Kleur)
 {
     this.kleur = Kleur;
     this.type = Type;
     moved = false;
 }
예제 #2
0
 public Schaakstuk(SchaakstukType type, SchaakstukKleur kleur)
 {
     this.type  = type;
     this.kleur = kleur;
 }