7 lines
108 B
C#
7 lines
108 B
C#
namespace Barotrauma.LuaCs.Services.Safe;
|
|
|
|
public interface ILuaNetworkingService : ILuaService
|
|
{
|
|
|
|
}
|