Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectFactory.java185 final int objectTypeCount = GameObjectType.OBJECT_COUNT.ordinal(); in GameObjectFactory() local
186 mStaticData = new FixedSizeArray<FixedSizeArray<BaseObject>>(objectTypeCount); in GameObjectFactory()
188 for (int x = 0; x < objectTypeCount; x++) { in GameObjectFactory()