コード例 #1
0
ファイル: Controller.cs プロジェクト: TheSammyDee/ZenTimer
 private void ClearStats()
 {
     Prefs.ClearStats();
     statsLog.text = "";
 }