diff --git a/Corale.Colore/Razer/Mouse/Effects/Effect.cs b/Corale.Colore/Razer/Mouse/Effects/Effect.cs index 1ced7bfb..e880f1eb 100644 --- a/Corale.Colore/Razer/Mouse/Effects/Effect.cs +++ b/Corale.Colore/Razer/Mouse/Effects/Effect.cs @@ -61,6 +61,12 @@ public enum Effect [PublicAPI] Custom, + /// + /// Custom grid effect. + /// + [PublicAPI] + CustomGrid, + /// /// Reactive effect. /// @@ -85,12 +91,6 @@ public enum Effect [PublicAPI] Wave, - /// - /// Custom grid effect. - /// - [PublicAPI] - CustomGrid, - /// /// Invalid effect. ///