コード例 #1
0
ファイル: ReversiPlayer.cs プロジェクト: hrzafer/ReversiLab
 public ReversiPlayer(int color, IReversiStrategy strategy)
 {
     _color = color;
     _strategy = strategy;
 }
コード例 #2
0
 public ReversiPlayer(int color, IReversiStrategy strategy)
 {
     _color    = color;
     _strategy = strategy;
 }