Example #1
0
 private void Update()
 {
     _mainThreadActions.Invoke();
     if (_updatable != null)
     {
         _updatable.Update();
     }
 }