예제 #1
0
파일: SearchMgr.cs 프로젝트: hoahn17/NEAs
 private void Awake()
 {
     instance = this;
     DataMgr.DataLoad();
 }