diff --git a/MLEM/Animations/SpriteAnimation.cs b/MLEM/Animations/SpriteAnimation.cs index 121b4c5..af21b8f 100644 --- a/MLEM/Animations/SpriteAnimation.cs +++ b/MLEM/Animations/SpriteAnimation.cs @@ -172,7 +172,7 @@ namespace MLEM.Animations { /// /// Represents a single frame of a /// - public class AnimationFrame { + public class AnimationFrame : GenericDataHolder { /// /// The texture regions that this frame should render.