void Start()
 {
     gameState = GameObject.Find("GameStateController").GetComponent <gameStateController>();
     player    = GameObject.FindWithTag("Player");
     typing    = "";
 }
Beispiel #2
0
	// Use this for initialization
	void Start () {
		gameState = GameObject.Find("GameStateController").GetComponent<gameStateController>();
	}