void Start() { pc = player.GetComponent<PlayerControls> (); l2sc = comicUI.GetComponent<Level2_ShowComic> (); string endLinesStr = endLines.text; char[] delimitingChars = {'\n'}; endLinesA = endLinesStr.Split (delimitingChars); ch = chatHandlerObj.GetComponent<ChatHandler> (); aus = audioObj.GetComponent<AudioSource> (); amount = aus.volume / 4; baseVolume = aus.volume; }
void Start() { l2sc = comicUI.GetComponent<Level2_ShowComic> (); pc = player.GetComponent<PlayerControls> (); }
void Start() { l2sc = comicUI.GetComponent<Level2_ShowComic> (); }