コード例 #1
0
ファイル: CharacterMover.cs プロジェクト: uiby/Game_highlight
 void EndJump()
 {
     jumping = false;
     charaProvider.EndJump();
 }