mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-07 13:04:58 +00:00
15 lines
370 B
Plaintext
15 lines
370 B
Plaintext
// =========================================
|
|
// VehicleDef
|
|
// =========================================
|
|
use VehicleDef;
|
|
set block XFILE_BLOCK_TEMP;
|
|
set string name;
|
|
set string useHintString;
|
|
set string turretWeaponName;
|
|
set scriptstring trophyTags;
|
|
set string surfaceSndPrefix;
|
|
|
|
// VehiclePhysDef
|
|
use VehiclePhysDef;
|
|
set string physPresetName;
|
|
set string accelGraphName; |