Intial Commit

This commit is contained in:
2026-02-06 14:50:37 -05:00
parent ba773ae6a3
commit b9f61adafe
62 changed files with 5055 additions and 0 deletions

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,
}
}