예제 #1
0
 void Awake()
 {
     blackmask = this;
     this.gameObject.SetActive(false);
 }
예제 #2
0
 void Awake()
 {
     _instance = this;
     this.gameObject.SetActive(false);
 }
예제 #3
0
파일: BlackMask.cs 프로젝트: fengyuyu/lushi
 void Awake() {
     Instance = this;
     this.gameObject.SetActive(false);
 }