I'm cooked, will finish this later.

This commit is contained in:
MapleWheels
2026-02-26 19:16:50 -05:00
parent 94556fd6e7
commit 6e556a02d4
9 changed files with 409 additions and 42 deletions
@@ -4,8 +4,8 @@ namespace Barotrauma.LuaCs.Data;
public interface ISettingControl : ISettingBase
{
event Action<ISettingControl> OnDown;
KeyOrMouse Value { get; }
bool TrySetValue(KeyOrMouse value);
bool IsDown();
bool IsHit();
}