Example #1
0
 public GameManager_2(Start parent)
 {
     this.parent = parent;
     list        = new List <QuestionGame2>();
     database    = new Game2Database();
     RepairQuestion();
 }
Example #2
0
 /// <summary>
 /// // Khoi tao bo cau hoi la host
 /// </summary>
 public GameManager_2()
 {
     list     = new List <QuestionGame2>();
     database = new Game2Database();
     RepairQuestion();
 }