diff --git a/PCK-Studio/Forms/Editor/Animation.cs b/PCK-Studio/Forms/Editor/Animation.cs index b302f677..fc531fd3 100644 --- a/PCK-Studio/Forms/Editor/Animation.cs +++ b/PCK-Studio/Forms/Editor/Animation.cs @@ -36,7 +36,7 @@ namespace PckStudio.Forms.Editor ParseAnim(ANIM); } - public struct Frame + public class Frame { public readonly Image Texture; public int Ticks;