예제 #1
0
 void Start()
 {
     if (_instance == null)
     {
         _instance = this;
     }
 }
예제 #2
0
 VRConsole()
 {
     _instance = this;
 }