Draw.Awake C# (CSharp) Method

Awake() public method

public Awake ( ) : void
return void
	void Awake () {
		//	初始化成员变量
		gridDic = new Dictionary <string, Grid [,]> ();
		gc = GameObject.FindGameObjectWithTag ("GameController").GetComponent <GameController> ();
	}