01cc1d331b
- In progress implementation of services model.
7 lines
82 B
C#
7 lines
82 B
C#
namespace Barotrauma.LuaCs.Data;
|
|
|
|
public interface IConfigProfileInfo
|
|
{
|
|
|
|
}
|