ACE3/addons/laser/CfgVehicles.hpp

9 lines
178 B
C++
Raw Normal View History

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