C# Class Evolution_War.UpgradeGroup.Upgrade

Show file Open project: jonathandlo/Evolution_War

Public Properties

Property Type Description
Cost System.Int32
Level System.Int32
Name String

Public Methods

Method Description
Upgrade ( String pName, Int32 pCost, Int32 pLevel ) : System

Method Details

Upgrade() public method

public Upgrade ( String pName, Int32 pCost, Int32 pLevel ) : System
pName String
pCost System.Int32
pLevel System.Int32
return System

Property Details

Cost public property

public Int32,System Cost
return System.Int32

Level public property

public Int32,System Level
return System.Int32

Name public property

public String Name
return String