예제 #1
0
파일: Server.cs 프로젝트: KNCT-KPC/Bungo
 public void gameStart(Form callback, string problem, string[] tokens, int id)
 {
     this.ansCallback = callback;
     this.problem = problem;
     this.tokens = tokens;
     this.playing = true;
     this.id = id;
 }