namespace PKHeX.Core; /// /// Token order for displaying the battle template. /// public enum BattleTemplateDisplayStyle : sbyte { Custom = -1, Showdown = 0, // default Legacy, Brief, // default preview hover style }