Struct MechConfigWeapon
- Namespace
 - Mech3DotNet.Reader.Mw
 
- Assembly
 - Mech3DotNet.dll
 
public struct MechConfigWeapon
  - Inherited Members
 
Fields
ammo
public MechConfigWeaponAmmo? ammo
  Field Value
extra
public List<int>? extra
  Field Value
firepoint
public string firepoint
  Field Value
group
public List<int> group
  Field Value
type
public string type
  Field Value
Methods
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
  Returns
- string
 The fully qualified type name.