コード例 #1
0
ファイル: Room.cs プロジェクト: bojanoblucar/BoggleApp
 private void StartTimer()
 {
     _gameTicker.StartCountdown(this, Settings.GameDuration);
 }