예제 #1
0
파일: CreateLevel.cs 프로젝트: wasiher/funk
 public void create()
 {
     var parser = new XMLParser();
     parser.makeLevelFromCurrentState();
 }