コード例 #1
0
ファイル: PlayerScript.cs プロジェクト: dubipet159/firstGit
 void GroundCheck()
 {
     is_OnGround = groundCheck.Check_Is_OnGround();
 }