Home
last modified time | relevance | path

Searched refs:projectileLife (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DLaunchProjectileComponent.java171 LifetimeComponent projectileLife = object.findByClass(LifetimeComponent.class); in launch() local
172 if (projectileLife != null) { in launch()
173 projectileLife.setTrackingSpawner(this); in launch()