Update docs

This commit is contained in:
omuretsu
2022-11-28 10:44:04 -05:00
parent 0fb7200b4b
commit 6a4d40ce2b
5 changed files with 121 additions and 16 deletions
@@ -16,10 +16,10 @@ limitMaterialProduction(divisionName: string, cityName: string, materialName: st
| Parameter | Type | Description |
| --- | --- | --- |
| divisionName | string | Name of the division |
| cityName | string | Name of the city |
| materialName | string | Name of the material |
| qty | number | Amount to limit to |
| divisionName | string | Name of the division. |
| cityName | string | Name of the city. |
| materialName | string | Name of the material. |
| qty | number | Amount to limit to. Pass a negative value to remove the limit instead. |
<b>Returns:</b>