mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-20 20:58:30 -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; }
|
|
}
|
|
}
|