Class TwitchDropAttribute
Matches an Item type to a specific reward in the Twitch drops manager.
Inheritance
System.Object
TwitchDropAttribute
Assembly: Eco.Gameplay.dll
Syntax
public sealed class TwitchDropAttribute : ItemAttribute
Constructors
TwitchDropAttribute(String)
Declaration
public TwitchDropAttribute(string rewardId)
Parameters
Type |
Name |
Description |
System.String |
rewardId |
|
Properties
RewardId
Declaration
public string RewardId { get; }
Property Value
Type |
Description |
System.String |
|
Extension Methods