예제 #1
0
 void Awake()
 {
     if (self_ == null)
     {
         self_ = this;
     }
 }
예제 #2
0
 void OnDestroy()
 {
     self_ = null;
 }