Models/LoadoutModels
WeaponComponent
Value type for weapon component.
This model represents the database table fivepd_weapon_components. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
Id
Gets or sets the identifier.
Type: int
Name
Gets or sets the name.
Type: string
HashKey
Gets or sets the hash key.
Type: string
WeaponWeaponComponents
Gets or sets the Components.
Type: IList<WeaponWeaponComponent>