コード例 #1
0
ファイル: GUI.java プロジェクト: mattsdni/Restaurant_Sim
 public void draw() {
   stateMachine.Update();
   stateMachine.Render();
 }