mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
11 lines
264 B
C++
11 lines
264 B
C++
class Mi8Wreck_DZ: SpawnableWreck
|
|
{
|
|
model = "\Ca\air\MI8Wreck.p3d";
|
|
icon = "ca\Misc_E\data\Icons\Icon_uh60_wreck_CA";
|
|
mapSize = 15;
|
|
displayName = $STR_VEH_NAME_MI8_WRECK;
|
|
vehicleClass = "Wrecks";
|
|
heightAdjustment = 1;
|
|
class AnimationSources {};
|
|
};
|