Files
FCP-NCR/1.6/Defs/ThingCategoryDefs/ThingCategoryDefs.xml
T
RickGrymes 205c481164 Normalize XML formatting and fix indentations
This commit standardizes XML formatting across multiple definition files by correcting inconsistent indentations, adding missing newlines at end of files, and ensuring consistent tag alignment. No functional changes were made to the data or logic.
2026-01-10 14:09:13 -06:00

17 lines
414 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<Defs>
<!--__________ Currencies ___________-->
<!-- NCR Dollar -->
<ThingCategoryDef>
<defName>FCP_Currencies_NCR</defName>
<label>currencies NCR</label>
<parent>Manufactured</parent>
<iconPath>Things/Items/Currencies/FCP_NCR_Dollar_Currency/FCP_NCR_Dollar_Currency_c</iconPath>
<resourceReadoutRoot>true</resourceReadoutRoot>
</ThingCategoryDef>
</Defs>