예제 #1
0
 void Update()
 {
     _Machine.Update();
 }
예제 #2
0
파일: Bot.cs 프로젝트: tuita520/Regulus
 bool Regulus.Utility.IUpdatable.Update()
 {
     _Machine.Update();
     return(true);
 }