Add stuffsScrollPosition variable for managing scroll position in spawnable prefabs window
This commit is contained in:
@@ -17,6 +17,7 @@ namespace DevourClient.Settings
|
|||||||
public static KeyCode flyKey = KeyCode.None;
|
public static KeyCode flyKey = KeyCode.None;
|
||||||
public static Vector2 itemsScrollPosition = Vector2.zero;
|
public static Vector2 itemsScrollPosition = Vector2.zero;
|
||||||
public static Vector2 rituelObjectsScrollPosition = Vector2.zero;
|
public static Vector2 rituelObjectsScrollPosition = Vector2.zero;
|
||||||
|
public static Vector2 stuffsScrollPosition = Vector2.zero;
|
||||||
|
|
||||||
public static KeyCode GetKey()
|
public static KeyCode GetKey()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user