Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgVehicles/Buildings/Land_runway_edgelight.hpp
2016-02-21 13:09:16 -05:00

18 lines
301 B
C++

class Land_runway_edgelight: House
{
scope = 1;
displayName = "";
model = "\ca\buildings\Misc\runway_edgelight";
armor = 20;
class MarkerLights
{
class RedStill
{
name = "";
color[] = {0,0,0,0};
ambient[] = {0,0,0,0};
brightness = 0;
blinking = 0;
};
};
};