mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-06-16 06:49:13 -05:00
9 lines
151 B
C#
9 lines
151 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISanityChecksum
|
|
{
|
|
ushort Sanity { get; set; }
|
|
ushort Checksum { get; set; }
|
|
}
|
|
}
|