Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DEventRecorder.java24 private Vector2 mLastDeathPosition = new Vector2(); field in EventRecorder
38 mLastDeathPosition.set(position); in setLastDeathPosition()
42 return mLastDeathPosition; in getLastDeathPosition()