10 lines
168 B
C#
10 lines
168 B
C#
using System;
|
|
using Barotrauma.LuaCs.Services;
|
|
|
|
namespace Barotrauma.LuaCs.Configuration;
|
|
|
|
public interface ISettingEnum : ISettingBase, INetworkSyncEntity
|
|
{
|
|
|
|
}
|