コード例 #1
0
ファイル: playerJumpData.cs プロジェクト: polikas/BloodLust
 public void setJumpData(float amt)
 {
     playerData.setJumpPower(amt);
 }