ACE3/addons/frag/ACE_Settings.hpp

9 lines
208 B
C++
Raw Normal View History

class ACE_Settings {
class GVAR(enabled) {
displayName = "Frag System";
description = "Enables the shrapnel system for explosives";
typeName = "BOOL";
value = 1;
};
};