mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-12 14:48:41 -05:00
8 lines
168 B
C#
8 lines
168 B
C#
namespace PKHeX.Core
|
|
{
|
|
public interface ISecureValueStorage
|
|
{
|
|
ulong TimeStampPrevious { get; set; }
|
|
ulong TimeStampCurrent { get; set; }
|
|
}
|
|
} |