mirror of
https://github.com/Tribufu/ServerManagers
synced 2026-08-07 11:49:03 +00:00
11 lines
167 B
C#
11 lines
167 B
C#
namespace ServerManagerTool.Plugin.Common
|
|
{
|
|
public interface IBeta
|
|
{
|
|
bool BetaEnabled
|
|
{
|
|
get;
|
|
set;
|
|
}
|
|
}
|
|
}
|