2015-01-11 18:24:19 +00:00
|
|
|
class CfgVehicles {
|
2015-04-02 16:35:36 +00:00
|
|
|
class All;
|
2015-01-11 18:24:19 +00:00
|
|
|
|
2015-04-02 16:35:36 +00:00
|
|
|
class LaserTarget: All {
|
|
|
|
class EventHandlers {
|
|
|
|
init = QUOTE(_this call FUNC(laser_init));
|
|
|
|
};
|
|
|
|
};
|
2015-01-11 18:24:19 +00:00
|
|
|
};
|