예제 #1
0
 public void InitializeResults(bool win, string levelName, float accuracy)
 {
     m_resultsScreenManager.Init(win, levelName, accuracy);
 }