Esempio n. 1
0
 private void Update()
 {
     this.ProcessScheduledCallbacks();
     Network.Heartbeat();
     AutomationInterpretor.Get().Update();
 }
Esempio n. 2
0
 private void Start()
 {
     AutomationInterpretor.Get().Start();
 }