From 61adb2030c3d55ecafc0b67dc61855c85a7eb9dc Mon Sep 17 00:00:00 2001 From: Jadis0x <49281043+jadis0x@users.noreply.github.com> Date: Thu, 20 Apr 2023 13:42:39 +0300 Subject: [PATCH] Add stuffsScrollPosition variable for managing scroll position in spawnable prefabs window --- DevourClient/Settings/Settings.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DevourClient/Settings/Settings.cs b/DevourClient/Settings/Settings.cs index 2256cf9..a8dd9b4 100644 --- a/DevourClient/Settings/Settings.cs +++ b/DevourClient/Settings/Settings.cs @@ -17,6 +17,7 @@ namespace DevourClient.Settings public static KeyCode flyKey = KeyCode.None; public static Vector2 itemsScrollPosition = Vector2.zero; public static Vector2 rituelObjectsScrollPosition = Vector2.zero; + public static Vector2 stuffsScrollPosition = Vector2.zero; public static KeyCode GetKey() {