C# Class Tantric_Testbed.World.Objects.Human.StatisticSet

Exibir arquivo Open project: TheEtiologist/tantric Class Usage Examples

Public Methods

Method Description
GetStatistic ( String statistic ) : int
UpdateStatistic ( String stat, int Value ) : void

Method Details

GetStatistic() public method

public GetStatistic ( String statistic ) : int
statistic String
return int

UpdateStatistic() public method

public UpdateStatistic ( String stat, int Value ) : void
stat String
Value int
return void