Files
2023-10-15 20:42:51 +00:00

7 lines
101 B
C#

namespace BTCPayServer.Plugins.OpenSimulator.Views;
public enum OpenSimulatorNavPages
{
Index
}