mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-05-24 06:06:09 +00:00
Animation.cs - Changed Frame struct to class
This commit is contained in:
@@ -36,7 +36,7 @@ namespace PckStudio.Forms.Editor
|
||||
ParseAnim(ANIM);
|
||||
}
|
||||
|
||||
public struct Frame
|
||||
public class Frame
|
||||
{
|
||||
public readonly Image Texture;
|
||||
public int Ticks;
|
||||
|
||||
Reference in New Issue
Block a user