コード例 #1
0
 private void displayammo()
 {
     currentammo   = rammo.currentammo(ammotype);
     ammotext.text = currentammo.ToString();
 }