コード例 #1
0
ファイル: Hero.cs プロジェクト: guilhermepo2/ldjam48
 private void Update()
 {
     m_CurrentMovementDirection = m_PlayerInput.TickInput();
 }