namespace PKHeX.Core; /// /// Interface that exposes a for Pokémon HOME. /// /// Internally called BankUniqueID public interface IHomeTrack { /// /// Tracker for the associated /// ulong Tracker { get; set; } }