コード例 #1
0
ファイル: PlayerManager.cs プロジェクト: BlakeLof/LightSouls
 // Start is called before the first frame update
 void Start()
 {
     inputHandler     = GetComponent <InputHandler>();
     anim             = GetComponentInChildren <Animator>();
     playerLocomotion = GetComponent <PlayerLocomotion>();
 }