public static qBot GetInstance() { if (qb == null) { qb = new qBot(); } return(qb); }
private void Start() { qb = qBot.GetInstance(); }