From a5aed348fd6e0df625480218d90a2812a8a7b45c Mon Sep 17 00:00:00 2001 From: manafeng <123635537+mana-feng@users.noreply.github.com> Date: Sun, 8 Jun 2025 03:50:58 +1000 Subject: [PATCH] Update Settings.cs --- DevourClient/Settings/Settings.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DevourClient/Settings/Settings.cs b/DevourClient/Settings/Settings.cs index f06322a..c66fe11 100644 --- a/DevourClient/Settings/Settings.cs +++ b/DevourClient/Settings/Settings.cs @@ -13,7 +13,6 @@ namespace DevourClient.Settings public static Color player_esp_color = new Color(0.00f, 1.00f, 0.00f, 1); public static Color azazel_esp_color = new Color(1.00f, 0.00f, 0.00f, 1); public static float speed = 1f; - // public const string message_to_spam = " "; public static KeyCode flyKey = KeyCode.None; public static Vector2 itemsScrollPosition = Vector2.zero; public static Vector2 rituelObjectsScrollPosition = Vector2.zero;