void OnDisable()
 {
     Singleton_Service.UnregisterSingletonInstance <Left_VR_Cont>(this);
 }
Example #2
0
 void OnDisable()
 {
     Singleton_Service.UnregisterSingletonInstance <BossGM>(this);
 }
Example #3
0
 void OnDisable()
 {
     Singleton_Service.UnregisterSingletonInstance <SwordUI>(this);
 }