예제 #1
0
 // Use this for initialization
 void Start()
 {
     gpsManager.SetTxtLogger(txtLogger);
     subwayManager.SetTxtLogger(txtLogger);
     gpsManager.GPSEnable();
     subwayManager.LoadSubwayJsonData();
     systemMilSec = 0;
 }