using MoonSharp.Interpreter; namespace Barotrauma.LuaCs.Services.Safe; /// /// Service for providing stateful functions and in-memory storage for lua functions /// public interface ILuaDataService : ILuaService { }