Example #1
0
 void Awake()
 {
     if (instance == null)
     {
         instance = this;
     }
     InitObject();
 }
	void Awake()
	{
		if (instance == null)
			instance = this;
		InitObject();
	}