예제 #1
0
파일: WorldTrees.cs 프로젝트: heyx3/Elve
	void Awake()
	{
		Assert.AreEqual(null, Instance, "More than one instance of 'WorldTrees' component!");

		Instance = this;
	}
예제 #2
0
 // Start is called before the first frame update
 void Awake()
 {
     instance = this;
 }