PKHeX/PKHeX.Core/PKM/Interfaces/ISanityChecksum.cs

8 lines
129 B
C#
Raw Normal View History

namespace PKHeX.Core;
public interface ISanityChecksum
{
ushort Sanity { get; set; }
ushort Checksum { get; set; }
}