diff --git a/UndertaleModLib/Models/UndertaleSprite.cs b/UndertaleModLib/Models/UndertaleSprite.cs index 818f957e1..b2ad57dfa 100644 --- a/UndertaleModLib/Models/UndertaleSprite.cs +++ b/UndertaleModLib/Models/UndertaleSprite.cs @@ -347,8 +347,13 @@ public class MaskEntry : IDisposable { public byte[] Data { get; set; } - // Not in the data file + /// + /// Width of this sprite mask. UTMT only. + /// public uint Width { get; set; } + /// + /// Height of this sprite mask. UTMT only. + /// public uint Height { get; set; } public MaskEntry()