mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 05:28:43 -04:00
Add Move Link tool from decompgz
This commit is contained in:
@@ -71,6 +71,7 @@ struct UserSettings {
|
||||
|
||||
// Controls
|
||||
ConfigVar<bool> enableTurboKeybind;
|
||||
ConfigVar<bool> enableMoveLink;
|
||||
} game;
|
||||
|
||||
struct {
|
||||
@@ -102,6 +103,7 @@ struct CollisionViewSettings {
|
||||
struct TransientSettings {
|
||||
CollisionViewSettings collisionView;
|
||||
bool skipFrameRateLimit;
|
||||
bool moveLinkActive;
|
||||
};
|
||||
|
||||
TransientSettings& getTransientSettings();
|
||||
|
||||
Reference in New Issue
Block a user