namespace BouncyCatIsBouncy { interface IDynamicObject : IUpdateable, IDrawable, ILoadableContent { } }