From 080c9725503a77c031d278dab7e8b8192eaa8d2d Mon Sep 17 00:00:00 2001 From: miku-666 <74728189+NessieHax@users.noreply.github.com> Date: Tue, 9 May 2023 13:03:15 +0200 Subject: [PATCH] Animation.cs - Changed Frame struct to class --- PCK-Studio/Forms/Editor/Animation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;