Add CLB CarSpawner 0.5

https://rmh.alinanova.dev/mod/e583f8bd-b4d3-4dd8-9bdd-4a374cf553e0
This commit is contained in:
2025-10-31 23:19:27 -05:00
parent 0e02661382
commit ce5802e97c
4 changed files with 35 additions and 0 deletions

BIN
CarSpawner/CarSpawner.dll Normal file

Binary file not shown.

BIN
CarSpawner/CarSpawner.pdb Normal file

Binary file not shown.

View File

@@ -0,0 +1,22 @@
{
"manifestVersion": 5,
"id": "C_L_B.CarSpawner",
"name": "CarSpawner",
"version": "1.0.2",
"requires": [
{
"id": "railroader",
"notBefore": "2024.6.8"
},
{
"id": "Zamu.StrangeCustoms",
"notBefore": "1.9"
}
],
"mixintos": {
"game-graph": [
"file(game-graph.json)"
]
},
"assemblies": [ "CarSpawner" ]
}

View File

@@ -0,0 +1,13 @@
{
"loads":{
"clb-carSpawner-internal": {
"description": "internalCarSpawner",
"units": "Pounds",
"density": 1,
"unitWeightInPounds": 0.0,
"importable": false,
"payPerQuantity": 0.0,
"costPerUnit": 0.0
}
}
}