package com.agameframework.interfaces; public interface IUpdatableAndRenderableAndLoadable extends ILoadable,IUpdatableAndRenderable{ }