コード例 #1
0
ファイル: GameApp.cs プロジェクト: midgithub/ProjectC
 void FixedUpdate()
 {
     ResourceSystem.LogicTick();
     GameController.LogicTick();
 }