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