c6713f37bb
- Removed LocalizationServices and other sus things. - Rewrote AssemblyLoader [In Progress] SafeStorageService [In Progress] LuaScriptLoader
10 lines
166 B
C#
10 lines
166 B
C#
using System;
|
|
using Barotrauma.LuaCs.Services;
|
|
|
|
namespace Barotrauma.LuaCs.Configuration;
|
|
|
|
public interface IConfigEnum : IConfigBase, INetworkSyncEntity
|
|
{
|
|
|
|
}
|