ModernUO/Projects/UOContent/Migrations/Server.Items.ProjectedItem.v0.json
Kamron Batman d3b43f6f0e
feat: Fixes spawner bugs with position finding, Adds [ShowSpawnerBorders (#2297)
### Summary

- Fixes BaseSpawner and Spawner bugs.
- Adds [ShowSpawnerBorders to see the spawn bounds.
2025-12-28 18:26:03 -08:00

19 lines
No EOL
347 B
JSON
Generated

{
"version": 0,
"type": "Server.Items.ProjectedItem",
"properties": [
{
"name": "EffectItemId",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
""
]
},
{
"name": "MinimumVisible",
"type": "Server.AccessLevel",
"rule": "EnumMigrationRule"
}
]
}