/** * Determines the cursor target when entering the shop phase. */ export enum ShopCursorTarget { /** Cursor points to Reroll */ REROLL, /** Cursor points to Items */ ITEMS, /** Cursor points to Shop */ SHOP, /** Cursor points to Check Team */ CHECK_TEAM }