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