C# Class MPlayerStat, Madness

Show file Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
amount int
index int
max int
name string
player MPlayer,

Public Methods

Method Description
Buy ( ) : void
CanBuy ( ) : bool
Leap ( ) : void
MPlayerStat ( int index, string name, int amount, int max ) : System

Method Details

Buy() public method

public Buy ( ) : void
return void

CanBuy() public method

public CanBuy ( ) : bool
return bool

Leap() public method

public Leap ( ) : void
return void

MPlayerStat() public method

public MPlayerStat ( int index, string name, int amount, int max ) : System
index int
name string
amount int
max int
return System

Property Details

amount public property

public int amount
return int

index public property

public int index
return int

max public property

public int max
return int

name public property

public string name
return string

player public property

public MPlayer, player
return MPlayer,