public Piece(Side side, PieceType type) { this.team = side; this.pieceType = type; }
public Player(Side side, PlayerType type) { Type = type; Side = side; }