mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-04-19 15:52:53 +00:00
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
// =========================================
|
|
// VehicleDef
|
|
// =========================================
|
|
use VehicleDef;
|
|
set string name;
|
|
set name name;
|
|
set string useHintString;
|
|
set string turretWeaponName;
|
|
set scriptstring trophyTags;
|
|
set string surfaceSndPrefix;
|
|
|
|
// VehiclePhysDef
|
|
use VehiclePhysDef;
|
|
set string physPresetName;
|
|
set string accelGraphName; |