C# Class Helper.DifficultyConstants

Show file Open project: mahmoudbahaa/XNA-Game-project Class Usage Examples

Public Properties

Property Type Description
INCREASED_HEALTH_BY_MEDKIT int
NUM_MEDKITS_IN_FIELD int
NUM_MONSTERS_IN_FIELD int

Property Details

INCREASED_HEALTH_BY_MEDKIT public property

health increased by single medkit.
public int INCREASED_HEALTH_BY_MEDKIT
return int

NUM_MEDKITS_IN_FIELD public property

maximum number of medkit in the playfield.
public int NUM_MEDKITS_IN_FIELD
return int

NUM_MONSTERS_IN_FIELD public property

maximum number of different monsters in the playfield.
public int NUM_MONSTERS_IN_FIELD
return int