コード例 #1
0
 void FixedUpdate()
 {
     PlayerMovement();
     UsePotion();
     PlayerAttack();
     CameraMovement();
     cam.Move_Camera();
 }