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

18 lines
291 B
C++

class Land_NavigLight: House
{
scope = 1;
displayName = "";
model = "\ca\buildings\Misc\NavigLight";
armor = 50;
class MarkerLights
{
class WhiteStill
{
name = "";
color[] = {0,0,0,0};
ambient[] = {0,0,0,0};
brightness = 0;
blinking = 0;
};
};
};