poe2-bot/src/Roboto.Core/TargetSelection.cs
2026-03-03 12:54:30 -05:00

11 lines
135 B
C#

namespace Roboto.Core;
public enum TargetSelection
{
Nearest,
All,
Rarest,
MagicPlus,
RarePlus,
UniqueOnly,
}