コード例 #1
0
 public PlayTimer(Player player, ITimerRecord timerRecord)
 {
     this.player      = player;
     this.timerRecord = timerRecord;
     this.stopwatch   = Stopwatch.StartNew();
 }
コード例 #2
0
 public TimerController(ITimerRecord timer)
 {
     this.timer = timer;
 }