42.18 support

This commit is contained in:
2026-06-01 18:21:38 -04:00
parent 4964927944
commit 8c0afd857b
45 changed files with 11689 additions and 1492 deletions
+15
View File
@@ -0,0 +1,15 @@
module TowBar
{
/*******************Towing Car*******************/
item TowBar
{
DisplayCategory = Tool,
Weight = 8.0,
ItemType = base:normal,
Icon = TowBar,
Tooltip = Tooltip_TowBar,
StaticModel = towbarModel,
WorldStaticModel = towbarModel,
}
}