mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
9972f5374f
Quickmount - Default enable quick mount (empty keybind) and Move to CBA Settings
15 lines
253 B
C++
15 lines
253 B
C++
class ACE_Settings {
|
|
class GVAR(enabled) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(distance) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(speed) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(priority) {
|
|
movedToSQF = 1;
|
|
};
|
|
};
|