Refactor inventory menu logic
This commit is contained in:
@@ -5,5 +5,7 @@ public partial class InGameUILogic
|
||||
{
|
||||
public readonly record struct ShowMinimap;
|
||||
public readonly record struct HideMinimap;
|
||||
public readonly record struct ShowInventory;
|
||||
public readonly record struct HideInventory;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user