1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-05-29 03:23:37 +02:00

Made AnimationFrame a generic data holder

This commit is contained in:
Ell 2021-12-21 20:52:05 +01:00
parent 14526d24d3
commit c31e196071

View file

@ -172,7 +172,7 @@ namespace MLEM.Animations {
/// <summary>
/// Represents a single frame of a <see cref="SpriteAnimation"/>
/// </summary>
public class AnimationFrame {
public class AnimationFrame : GenericDataHolder {
/// <summary>
/// The texture regions that this frame should render.