C# Class UpgradeData, Zombayo

Inheritance: MonoBehaviour
显示文件 Open project: pchernev/Zombayo Class Usage Examples

Public Properties

Property Type Description
dataFileName string

Public Methods

Method Description
Awake ( ) : void
ensureDataConsistency ( ) : void
getPrices ( int levels ) : int[]
getSpecs ( int levels ) : UpgradeLevel.Specs,
load ( ) : void
parseLine ( string line ) : void
save ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

ensureDataConsistency() public method

public ensureDataConsistency ( ) : void
return void

getPrices() public method

public getPrices ( int levels ) : int[]
levels int
return int[]

getSpecs() public method

public getSpecs ( int levels ) : UpgradeLevel.Specs,
levels int
return UpgradeLevel.Specs,

load() public method

public load ( ) : void
return void

parseLine() public method

public parseLine ( string line ) : void
line string
return void

save() public method

public save ( ) : void
return void

Property Details

dataFileName public_oe property

public string dataFileName
return string