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