mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
#include "script_component.hpp"
|
|
|
|
["laser_laserOn", {_this call DFUNC(handleLaserOn)}] call EFUNC(common,addEventHandler);
|
|
["laser_laserOff", {_this call DFUNC(handleLaserOff)}] call EFUNC(common,addEventHandler);
|
|
|