namespace ActiveEntity { Entity entity; Entity getActiveEntity() { return entity; } void setActiveEntity(Entity ent) { entity = ent; } }