예제 #1
0
 //Initialization
 void Awake()
 {
     Singleton = this;
 }
예제 #2
0
 //Destructor
 void OnDestroy()
 {
     Singleton = null;
 }