mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
15 lines
288 B
C++
15 lines
288 B
C++
class ACE_Settings {
|
|
class GVAR(enableAmmobox) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(enableAmmoCookoff) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(ammoCookoffDuration) {
|
|
movedToSQF = 1;
|
|
};
|
|
class GVAR(probabilityCoef) {
|
|
movedToSQF = 1;
|
|
};
|
|
};
|