Esempio n. 1
0
 public ReversiPlayer(int color, IReversiStrategy strategy)
 {
     _color = color;
     _strategy = strategy;
 }
Esempio n. 2
0
 public ReversiPlayer(int color, IReversiStrategy strategy)
 {
     _color    = color;
     _strategy = strategy;
 }