Beispiel #1
0
 public GameViewTakeoutFormationEventArgs(ILandlordsGameView view, IFormation formation)
 {
     _view      = view;
     _formation = formation;
 }
Beispiel #2
0
 public GameViewEventArgs(ILandlordsGameView view)
 {
     _view = view;
 }