Example #1
0
 public void RunAction(BoardAction action)
 {
     action.Execute(this);
 }