OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUEL_GROUND_REFILL_SPEED
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
AdultsDifficultyConstants.java
22
private static final float
FUEL_GROUND_REFILL_SPEED
= 2.0f;
43
return
FUEL_GROUND_REFILL_SPEED
;
BabyDifficultyConstants.java
22
private static final float
FUEL_GROUND_REFILL_SPEED
= 4.0f;
43
return
FUEL_GROUND_REFILL_SPEED
;
KidsDifficultyConstants.java
22
private static final float
FUEL_GROUND_REFILL_SPEED
= 2.0f;
43
return
FUEL_GROUND_REFILL_SPEED
;
Completed in 125 milliseconds