C# Class Evolution_War.UpgradeGroup.Upgrade

ファイルを表示 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_oe property

public Int32,System Cost
return System.Int32

Level public_oe property

public Int32,System Level
return System.Int32

Name public_oe property

public String Name
return String