public Peao (Setdepecas Set) {
		this.setdepecas = Set;
	}
	public Rei (Setdepecas Set) {
		this.setdepecas = Set;
	}
	public Bispo (Setdepecas Set) {
		this.setdepecas = Set;
	}
Exemple #4
0
	public Rainha (Setdepecas Set) {
		this.setdepecas = Set;
	}
Exemple #5
0
	public Cavalo (Setdepecas Set) {
		this.setdepecas = Set;
	}
 public Tabuleiro()
 {
     this.brancas = new Setdepecas(this, 0);
     this.pretas  = new Setdepecas(this, 1);
 }
	public Torre (Setdepecas Set) {
		this.setdepecas = Set;
	}