Add snap buttons and keybinds to container grids

This commit is contained in:
Tyfon
2024-06-03 02:49:16 -07:00
parent 284e5bd21e
commit ed2dff20f6
5 changed files with 123 additions and 6 deletions

2
R.cs
View File

@@ -554,7 +554,7 @@ namespace UIFixes
public TraderAssortmentControllerClass TraderAssortmentControler { get { return (TraderAssortmentControllerClass)TraderAssortmentControllerField.GetValue(Value); } }
}
public class GridWindow(object value) : Wrapper(value)
public class GridWindow(object value) : UIInputNode(value)
{
public static Type Type { get; private set; }
private static FieldInfo GridSortPanelField;