Searched defs:BaseObject (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DBaseObject.java23 * BaseObject. BaseObject also defines the interface for the object-wide system registry.
25 public abstract class BaseObject extends AllocationGuard { class in inherits:AllocationGuard
28 public BaseObject() { method in class:BaseObject
37 public void update(float timeDelta, BaseObject parent) {

Completed in 454 milliseconds