示例#1
0
文件: SearchMgr.cs 项目: hoahn17/NEAs
 private void Awake()
 {
     instance = this;
     DataMgr.DataLoad();
 }