public void Load(string file, GraphicsDevice graphicsDevice) { Animations.AddAnimations(AnimationFile.Load(file, graphicsDevice)); }