void Update()
 {
     _Machine.Update();
 }
Exemple #2
0
 bool Regulus.Utility.IUpdatable.Update()
 {
     _Machine.Update();
     return(true);
 }