PKHeX/PKHeX.Core/PKM/Shared/IMemoryOT.cs

10 lines
No EOL
199 B
C#

namespace PKHeX.Core
{
public interface IMemoryOT
{
int OT_Memory { get; }
int OT_Intensity { get; }
int OT_Feeling { get; }
int OT_TextVar { get; }
}
}