コード例 #1
0
 // Use this for initialization
 void Start()
 {
     Instance = this;
 }
コード例 #2
0
ファイル: mainengine.cs プロジェクト: jjhesk/unity-interview
		// Use this for initialization
		void Start ()
		{
				Instance = this;
		}