示例#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;
 }