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