Models/LoadoutModels/JoinTables
LoadoutWeapon
Many-to-Many joining table for LoadoutConfig and Weapon.
This model represents the database table fivepd_loadout_weapon. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
LoadoutConfigId
Gets or sets the LoadoutConfigId.
Type: int
WeaponId
Gets or sets the WeaponId.
Type: int
LoadoutConfig
Gets or sets the weapons.
Type: virtual LoadoutConfig
Weapon
Gets or sets the weapons.
Type: virtual Weapon