Class TreasureBackpackItem
Inheritance
System.Object
TreasureBackpackItem
Assembly: Eco.Gameplay.dll
Syntax
[NotSpawnable]
[TwitchDrop("f0ab6482-5690-4ec1-9535-a3855dc3bc7e")]
public class TreasureBackpackItem : ClothingItem, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IController, IViewController, IHasUniversalID
Constructors
TreasureBackpackItem()
Declaration
public TreasureBackpackItem()
Properties
DisplayNamePlural
Declaration
public override LocString DisplayNamePlural { get; }
Property Value
Overrides
Slot
Declaration
public override string Slot { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Starter
Declaration
public override bool Starter { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
GetFlatStats()
Declaration
public override Dictionary<UserStatType, float> GetFlatStats()
Returns
Type |
Description |
System.Collections.Generic.Dictionary<UserStatType, System.Single> |
|
Overrides
Implements
Extension Methods