C# Class activity

Show file Open project: Aerolith-Studios/White-Collar Class Usage Examples

Public Properties

Property Type Description
Entertainment int
Exercise int
Relax int
SelfImprovement int
Social int
Stats stats,
button Button,
stressMan StressManager,

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

Entertainment public property

public int Entertainment
return int

Exercise public property

public int Exercise
return int

Relax public property

public int Relax
return int

SelfImprovement public property

public int SelfImprovement
return int

Social public property

public int Social
return int

Stats public property

public stats, Stats
return stats,

button public property

public Button, button
return Button,

stressMan public property

public StressManager, stressMan
return StressManager,