Class BoatCaptainShortsItem
Temporary location for holding item / objects from server side for twitch drop rewards.
TODO: Migrate this to a more sensible long lasting less overhead system with a potential tech tree and scripting upgrade.
Inheritance
System.Object
BoatCaptainShortsItem
Assembly: Eco.Gameplay.dll
Syntax
[NotSpawnable]
[TwitchDrop("42c8cc8e-31f9-41a6-b036-29763880a662")]
public class BoatCaptainShortsItem : ClothingItem, IItem, ILinkableParameterized<LinkConfig>, ILinkable, IHasIcon, IController, IViewController, IHasUniversalID
Constructors
BoatCaptainShortsItem()
Declaration
public BoatCaptainShortsItem()
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
Implements
Extension Methods