예제 #1
0
 // Use this for initialization
 void Start()
 {
     BusyScriptObject = this;
 }
예제 #2
0
파일: BusyScript.cs 프로젝트: zimpzon/haps
 void Awake()
 {
     Instance = this;
     Hide();
 }
예제 #3
0
	// Use this for initialization
	void Start ()
	{
		BusyScriptObject = this;
	}