예제 #1
0
 void Awake()
 {
     if (toggleObject != null)
     {
         toggleObject.SetActive(false);
     }
     colorblindScript = Camera.main.GetComponent <Wilberforce.Colorblind>();
     DP = Camera.main.GetComponent <DialogueParser>();
 }
예제 #2
0
 private void Awake()
 {
     colorBlind = this;
 }