mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
18 lines
299 B
C++
18 lines
299 B
C++
class Land_NavigLight: House
|
|
{
|
|
scope = protected;
|
|
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;
|
|
};
|
|
};
|
|
}; |