94556fd6e7
- Added Settings Tab to vanilla SettingsMenu - Fixed ISystem implementation.
7 lines
88 B
C#
7 lines
88 B
C#
namespace Barotrauma.LuaCs;
|
|
|
|
public interface ISettingsMenuSystem : ISystem
|
|
{
|
|
|
|
}
|