C# Class fBaseXtensions.Cache.External.Objects.ItemDataEntry

Show file Open project: herbfunk/Funky

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
ItemDataEntry ( ) : System
ItemDataEntry ( int snoid, PluginItemTypes type, LegendaryItemTypes legendarytype = LegendaryItemTypes.None ) : System

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ItemDataEntry() public method

public ItemDataEntry ( ) : System
return System

ItemDataEntry() public method

public ItemDataEntry ( int snoid, PluginItemTypes type, LegendaryItemTypes legendarytype = LegendaryItemTypes.None ) : System
snoid int
type PluginItemTypes
legendarytype LegendaryItemTypes
return System