예제 #1
0
 void init(UI u)
 {
     ui = u;
 }
예제 #2
0
파일: Hangman.cs 프로젝트: KotaMg/Hangman
 public Hangman()
 {
     UI.Theme();
     load();
 }