Example #1
0
    // Start is called before the first frame update
    void Start()
    {
        sentences = new Queue <string>();

        convText = new string[3];



        choicesOptions = new string[4];



        PPScript = GameObject.Find("Main Camera").GetComponent <PostProcessingScript>();
        //PlayerInfo playerInfo ;
    }
Example #2
0
 void Awake()
 {
     instance = this;
 }