예제 #1
0
 public DeceleratingWorldAge(INotifyBeginningNextRound notifier)
 {
     notifier.BeginningNextRound += OnBeginningNextRound;
 }
예제 #2
0
 public LinearWorldAge(INotifyBeginningNextRound notifier)
 {
     notifier.BeginningNextRound += OnBeginningNextRound;
 }