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