mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 01:25:50 +00:00
11 lines
167 B
C#
11 lines
167 B
C#
namespace ServerManagerTool.Plugin.Common
|
|
{
|
|
public interface IBeta
|
|
{
|
|
bool BetaEnabled
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
}
|
|
}
|