11 lines
208 B
C#
11 lines
208 B
C#
using System.Collections.Generic;
|
|
using Barotrauma.LuaCs.Configuration;
|
|
using Microsoft.Xna.Framework;
|
|
|
|
namespace Barotrauma.LuaCs.Services.Safe;
|
|
|
|
public interface ILuaConfigService : ILuaService
|
|
{
|
|
|
|
}
|