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