C# Class fBaseXtensions.Game.BountyCache.BountyInfoCache

Exibir arquivo Open project: herbfunk/Funky

Public Properties

Property Type Description
QuestSNO int

Public Methods

Method Description
BountyInfoCache ( ) : System
BountyInfoCache ( BountyInfo b ) : System
BountyInfoCache ( QuestInfo quest ) : System
BountyInfoCache ( int questSNO, Act act ) : System
Refresh ( ) : void
ToString ( ) : string

Method Details

BountyInfoCache() public method

public BountyInfoCache ( ) : System
return System

BountyInfoCache() public method

public BountyInfoCache ( BountyInfo b ) : System
b BountyInfo
return System

BountyInfoCache() public method

public BountyInfoCache ( QuestInfo quest ) : System
quest QuestInfo
return System

BountyInfoCache() public method

public BountyInfoCache ( int questSNO, Act act ) : System
questSNO int
act Act
return System

Refresh() public method

public Refresh ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

Property Details

QuestSNO public_oe property

public int QuestSNO
return int