mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-27 12:53:14 +00:00
e1414a0bea
No code changes
8 lines
151 B
C#
8 lines
151 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISanityChecksum
|
|
{
|
|
ushort Sanity { get; set; }
|
|
ushort Checksum { get; set; }
|
|
}
|
|
}
|