7 lines
99 B
C#
7 lines
99 B
C#
namespace Barotrauma.LuaCs.Data;
|
|
|
|
public partial interface ISettingBase : IDisplayable
|
|
{
|
|
|
|
}
|