コード例 #1
0
 // 弾薬の更新
 public void AmmoUpdate(float ammo)
 {
     S_Pui.AmmoUIUpdate(ammo / (Odata.MaxAmmo * 1.0f));
 }