Esempio n. 1
0
 public static qBot GetInstance()
 {
     if (qb == null)
     {
         qb = new qBot();
     }
     return(qb);
 }
Esempio n. 2
0
 private void Start()
 {
     qb = qBot.GetInstance();
 }