Example #1
0
 public GameStopObserver(GameStopNotifier gameStopNotifier)
 {
     this.gameStopNotifier = gameStopNotifier;
     observerID            = ++observerIDTracker;
 }
Example #2
0
 private FixedSpeedObject(GameStopNotifier gameStopNotifier) : base(GameManager.Instance)
 {
 }