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