Inheritance: MonoBehaviour
コード例 #1
0
 //string TimeServer = "tick.usno.navy.mil";
 //NTPClient timesyncer;
 void Awake()
 {
     instance = this;
     //timesyncer = new NTPClient(TimeServer);
     //timesyncer.Connect();
 }
コード例 #2
0
 void Awake()
 {
     instance = this;
 }