Beispiel #1
0
 private void Awake()
 {
     if (instance != null)
     {
         Debug.LogWarning("More than one instance of answer box found!");
     }
     instance = this;
 }
Beispiel #2
0
 void Start()
 {
     abc = FindObjectOfType <AnswerBoxController>();
 }