C# Class fBaseXtensions.Items.CacheACDItem

Exibir arquivo Open project: herbfunk/Funky Class Usage Examples

Public Properties

Property Type Description
ItemStatString string
LegendaryItemType LegendaryItemTypes
PotionType PotionTypes

Public Methods

Method Description
CacheACDItem ( ACDItem item ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

Method Details

CacheACDItem() public method

public CacheACDItem ( ACDItem item ) : System
item ACDItem
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string

Property Details

ItemStatString public_oe property

public string ItemStatString
return string

LegendaryItemType public_oe property

public LegendaryItemTypes LegendaryItemType
return LegendaryItemTypes

PotionType public_oe property

public PotionTypes PotionType
return PotionTypes