mirror of
https://github.com/OatmealDome/Rotationator.git
synced 2026-03-21 17:34:16 -05:00
VersusRule: Use -1 value for None
Doing this to match JelonzoBotDX.Common.
This commit is contained in:
parent
09146fbb00
commit
a15ac807e8
|
|
@ -2,7 +2,7 @@ namespace Rotationator;
|
|||
|
||||
public enum VersusRule
|
||||
{
|
||||
None,
|
||||
None = -1,
|
||||
|
||||
/// <summary>
|
||||
/// Turf War
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user