C# Class EssenceShared.Entities.Objects.Smith

Inheritance: Entity
显示文件 Open project: Insality/essence-of-shadows Class Usage Examples

Public Methods

Method Description
OnEnter ( ) : void
Smith ( string id ) : CocosSharp
UpdateLabels ( ) : void

Private Methods

Method Description
UpgradeAttack ( object obj ) : void
UpgradeClass ( object obj ) : void
UpgradeHp ( object obj ) : void
UpgradeSpeed ( object obj ) : void

Method Details

OnEnter() public method

public OnEnter ( ) : void
return void

Smith() public method

public Smith ( string id ) : CocosSharp
id string
return CocosSharp

UpdateLabels() public method

public UpdateLabels ( ) : void
return void