Cs mod store folder method for storing configs, etc.

This commit is contained in:
Oiltanker
2022-04-26 16:19:56 +03:00
parent 60ddfb831b
commit ed92a12db6
2 changed files with 12 additions and 1 deletions
@@ -14,7 +14,7 @@ namespace Barotrauma
{
class CsScriptLoader : CsScriptBase
{
public LuaCsSetup setup;
private LuaCsSetup setup;
private List<MetadataReference> defaultReferences;
private Dictionary<string, List<string>> sources;