IT BUILDS!!!
- Removed LocalizationServices and other sus things. - Rewrote AssemblyLoader [In Progress] SafeStorageService [In Progress] LuaScriptLoader
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
using Barotrauma.LuaCs.Services;
|
||||
|
||||
namespace Barotrauma.LuaCs.Configuration;
|
||||
|
||||
public interface IConfigEnum : IConfigBase, INetworkSyncEntity
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user