mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
33 lines
635 B
C++
33 lines
635 B
C++
access = 0;
|
|
class StreetLamp
|
|
{
|
|
scope = private;
|
|
model = "";
|
|
destrType = "DestructTree";
|
|
simulation = "thing";
|
|
};
|
|
class Land_lampa_sidl: StreetLamp
|
|
{
|
|
scope = protected;
|
|
model = "\ca\buildings\Misc\lampa_sidl";
|
|
};
|
|
class Land_lampa_sidl_2: StreetLamp
|
|
{
|
|
scope = protected;
|
|
model = "\ca\buildings\Misc\lampa_sidl_2";
|
|
};
|
|
class Land_lampa_sidl_3: StreetLamp
|
|
{
|
|
scope = protected;
|
|
model = "\ca\buildings\Misc\lampa_sidl_3";
|
|
};
|
|
class Land_lampa_ind: StreetLamp
|
|
{
|
|
scope = protected;
|
|
model = "\ca\buildings\Misc\lampa_ind";
|
|
};
|
|
class Land_lampa_ind_zebr: StreetLamp
|
|
{
|
|
scope = protected;
|
|
model = "\ca\buildings\Misc\lampa_ind_zebr";
|
|
}; |