mirror of
https://github.com/AdilElFarissi/btcpay-opensimulator-plugin.git
synced 2026-08-14 09:02:53 +00:00
7 lines
101 B
C#
7 lines
101 B
C#
namespace BTCPayServer.Plugins.OpenSimulator.Views;
|
|
|
|
public enum OpenSimulatorNavPages
|
|
{
|
|
Index
|
|
}
|