2015-01-17 20:32:34 +00:00
|
|
|
#include "script_component.hpp"
|
|
|
|
|
2015-01-29 07:38:46 +00:00
|
|
|
ADDON = false;
|
|
|
|
|
2015-01-17 20:32:34 +00:00
|
|
|
PREP(lockSafety);
|
|
|
|
PREP(playChangeFiremodeSound);
|
|
|
|
PREP(setSafeModeVisual);
|
|
|
|
PREP(unlockSafety);
|
2015-01-29 07:38:46 +00:00
|
|
|
|
|
|
|
ADDON = true;
|