10 lines
208 B
C#
10 lines
208 B
C#
namespace Zennysoft.Ma.Adapter;
|
|
public partial class InGameUILogic
|
|
{
|
|
public static class Input
|
|
{
|
|
public readonly record struct ShowInventory;
|
|
public readonly record struct HideInventory;
|
|
}
|
|
}
|