OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_PLAYER_LIFE
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
AdultsDifficultyConstants.java
23
public static final int
MAX_PLAYER_LIFE
= 2;
48
return
MAX_PLAYER_LIFE
;
BabyDifficultyConstants.java
23
public static final int
MAX_PLAYER_LIFE
= 5;
48
return
MAX_PLAYER_LIFE
;
KidsDifficultyConstants.java
23
public static final int
MAX_PLAYER_LIFE
= 3;
48
return
MAX_PLAYER_LIFE
;
Completed in 64 milliseconds