コード例 #1
0
ファイル: TimerController.cs プロジェクト: martinhd/SpielAB
 public bool Reset()
 {
     _timer.Reset();
     return(true);
 }