namespace PKHeX.Core; /// /// Combined interface for OT and HT memories. /// public interface ITrainerMemories : IMemoryOT, IMemoryHT { }