stuff
This commit is contained in:
parent
a8341e8232
commit
a8c43ba7e2
43 changed files with 2618 additions and 48 deletions
11
src/Roboto.Core/TargetSelection.cs
Normal file
11
src/Roboto.Core/TargetSelection.cs
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
namespace Roboto.Core;
|
||||
|
||||
public enum TargetSelection
|
||||
{
|
||||
Nearest,
|
||||
All,
|
||||
Rarest,
|
||||
MagicPlus,
|
||||
RarePlus,
|
||||
UniqueOnly,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue