예제 #1
0
파일: App.cs 프로젝트: CodeCow/GGLinux
 public void UpdateApplication(GameTime gameTime)
 {
     menuManager.Update(gameTime);
 }