package { public class EntityView extends GameObjectView { public function EntityView(model:EntityModel) { super(model); } } }