Player color in a game of Chess: either white or black. */public enum Color { WHITE, BLACK, ; public Color getOpposite() { return this == WHITE ?
確定! 回上一頁