示例#1
0
文件: GPS.cs 项目: avidvid/OUP
 // Use this for initialization
 void Start()
 {
     _Gps = GPS.Instance();
     //DontDestroyOnLoad(gameObject);
     StartCoroutine(StartLocationService());
 }