10 lines
216 B
C#
10 lines
216 B
C#
namespace Zennysoft.Game.Ma.Implementation;
|
|
public partial class InGameUILogic
|
|
{
|
|
public static class Input
|
|
{
|
|
public readonly record struct ShowMinimap;
|
|
public readonly record struct HideMinimap;
|
|
}
|
|
}
|