示例#1
0
 public void GetBulletItem(int value)
 {
     if (weaponHandler != null)
     {
         weaponHandler.GetBulletItem(value);
     }
 }