C# Class Assets.Scripts.Services.LootItems.LootItem

Datei anzeigen Open project: maximecharron/GLO-3002-Frima Class Usage Examples

Protected Properties

Property Type Description
itemSubType LootItemSubType
itemType LootItemType

Public Methods

Method Description
LootItem ( string name, Sprite iconSprite, System.TimeSpan effectDuration ) : System

Private Methods

Method Description
UpdateUsageStartTimeDelta ( float value ) : void

Method Details

LootItem() public method

public LootItem ( string name, Sprite iconSprite, System.TimeSpan effectDuration ) : System
name string
iconSprite UnityEngine.Sprite
effectDuration System.TimeSpan
return System

Property Details

itemSubType protected_oe property

protected LootItemSubType itemSubType
return LootItemSubType

itemType protected_oe property

protected LootItemType itemType
return LootItemType