01cc1d331b
- In progress implementation of services model.
9 lines
140 B
C#
9 lines
140 B
C#
using Barotrauma.LuaCs.Networking;
|
|
|
|
namespace Barotrauma.LuaCs.Configuration;
|
|
|
|
public interface IConfigList : IConfigBase, INetVar
|
|
{
|
|
|
|
}
|