C# Class GameWorld2.Goods

Inheritance: GameWorld2.MimanTing
显示文件 Open project: eriksvedang/GameWorld2 Class Usage Examples

Public Properties

Property Type Description
TABLE_NAME string

Private Properties

Property Type Description
GetRandomMineralString string

Public Methods

Method Description
CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
DoesMasterProgramExist ( ) : bool
FixBeforeSaving ( ) : void
GetPureness ( ) : float
RandomizeMinerals ( ) : void

Protected Methods

Method Description
SetupCells ( ) : void

Private Methods

Method Description
GetRandomMineralString ( ) : string

Method Details

CanInteractWith() public method

public CanInteractWith ( TingTing.Ting pTingToInteractWith ) : bool
pTingToInteractWith TingTing.Ting
return bool

DoesMasterProgramExist() public method

public DoesMasterProgramExist ( ) : bool
return bool

FixBeforeSaving() public method

public FixBeforeSaving ( ) : void
return void

GetPureness() public method

public GetPureness ( ) : float
return float

RandomizeMinerals() public method

public RandomizeMinerals ( ) : void
return void

SetupCells() protected method

protected SetupCells ( ) : void
return void

Property Details

TABLE_NAME public_oe static_oe property

public static string TABLE_NAME
return string