52d920d969
- ContentPackageInfoLookup Service completed. - Implemented ModConfigService.cs - Implemented some of the resource processors.
9 lines
138 B
C#
9 lines
138 B
C#
using Barotrauma.LuaCs.Services;
|
|
|
|
namespace Barotrauma.LuaCs.Configuration;
|
|
|
|
public interface IConfigList : IConfigBase, INetVar
|
|
{
|
|
|
|
}
|