예제 #1
0
파일: UIManager.cs 프로젝트: dpnull/ConBox
 public void DrawStats()
 {
     StatsWindow.Draw();
     StatsWindow.PrintStats(GameSession.Player);
 }