Files
NotAlwaysTrue 59bc21973a OBT/1.2.0(Spring Update)
Sync with Upstream
2026-04-25 13:25:41 +08:00

7 lines
99 B
C#

namespace Barotrauma.LuaCs.Data;
public partial interface ISettingBase : IDisplayable
{
}