C# 클래스 Helper.DifficultyConstants

파일 보기 프로젝트 열기: mahmoudbahaa/XNA-Game-project 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
INCREASED_HEALTH_BY_MEDKIT int
NUM_MEDKITS_IN_FIELD int
NUM_MONSTERS_IN_FIELD int

프로퍼티 상세

INCREASED_HEALTH_BY_MEDKIT 공개적으로 프로퍼티

health increased by single medkit.
public int INCREASED_HEALTH_BY_MEDKIT
리턴 int

NUM_MEDKITS_IN_FIELD 공개적으로 프로퍼티

maximum number of medkit in the playfield.
public int NUM_MEDKITS_IN_FIELD
리턴 int

NUM_MONSTERS_IN_FIELD 공개적으로 프로퍼티

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