IT BUILDS!!!
- Removed LocalizationServices and other sus things. - Rewrote AssemblyLoader [In Progress] SafeStorageService [In Progress] LuaScriptLoader
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Barotrauma.LuaCs.Services;
|
||||
|
||||
namespace Barotrauma.LuaCs.Configuration;
|
||||
|
||||
public interface IConfigList : IConfigBase, INetVar
|
||||
public interface IConfigList<T> : IConfigEntry<T>, INetworkSyncEntity where T : IEquatable<T>
|
||||
{
|
||||
|
||||
IReadOnlyList<T> Options { get; }
|
||||
new event Action<IConfigList<T>> OnValueChanged;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user