コード例 #1
0
ファイル: Contorller.cs プロジェクト: ranjithran/FPS
 void  FixedUpdate()
 {
     characterAnimations.AnimationUpdate();
     characterInput.InputUpdate();
 }