Files
ACE3/addons/laser/CfgVehicles.hpp
2015-01-11 10:24:19 -08:00

9 lines
148 B
C++

class CfgVehicles {
class All;
class LaserTarget: All {
class EventHandlers {
init = QUOTE(_this call FUNC(laser_init));
};
};
};