Table of Contents

Struct MechConfigWeapon

Namespace
Mech3DotNet.Reader.Mw
Assembly
Mech3DotNet.dll
public struct MechConfigWeapon
Inherited Members

Fields

ammo

public MechConfigWeaponAmmo? ammo

Field Value

MechConfigWeaponAmmo?

extra

public List<int>? extra

Field Value

List<int>

firepoint

public string firepoint

Field Value

string

group

public List<int> group

Field Value

List<int>

type

public string type

Field Value

string

Methods

ToString()

Returns the fully qualified type name of this instance.

public override string ToString()

Returns

string

The fully qualified type name.