mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 21:02:48 +00:00
12 lines
241 B
C++
12 lines
241 B
C++
class ACE_Settings {
|
|
class GVAR(defaultLockpickStrength) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(lockVehicleInventory) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(vehicleStartingLockState) {
|
|
movedToSQF = 1;
|
|
};
|
|
};
|