- ConfigService.cs alpha testing.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace Barotrauma.LuaCs.Configuration;
|
||||
|
||||
public interface ISettingControl : ISettingBase
|
||||
{
|
||||
event Action<ISettingControl> OnDown;
|
||||
KeyOrMouse Value { get; }
|
||||
bool IsAssignable(KeyOrMouse value);
|
||||
bool TrySetValue(KeyOrMouse value);
|
||||
bool IsDown();
|
||||
}
|
||||
Reference in New Issue
Block a user