Update GO pickles, move Shiny.Never before Always

This commit is contained in:
Kurt
2022-03-12 17:31:10 -08:00
parent 801892b59e
commit 4841a01b4e
3 changed files with 3 additions and 3 deletions

View File

@@ -8,12 +8,12 @@ public enum Shiny : byte
/// <summary> PID is purely random; can be shiny or not shiny. </summary>
Random = 0,
/// <summary> PID is randomly created and forced to be shiny. </summary>
Always,
/// <summary> PID is randomly created and forced to be not shiny. </summary>
Never,
/// <summary> PID is randomly created and forced to be shiny. </summary>
Always,
/// <summary> PID is randomly created and forced to be shiny as Stars. </summary>
AlwaysStar,