Closed BBLKepling closed 1 year ago
Examples: https://github.com/Vanilla-Expanded/VanillaExpandedFramework/wiki/Examples#hediff-verb-and-drawing-and-independent-fire https://github.com/Vanilla-Expanded/VanillaExpandedFramework/wiki/Examples#equipment
Source: https://github.com/Vanilla-Expanded/VanillaExpandedFramework/blob/main/Source/MVCF/VerbComps/VerbComp_Turret.cs
<li Class="MVCF.Comps.VerbCompProperties_Turret"> <compClass>MVCF.Comps.VerbComp_Turret</compClass>
<li Class="MVCF.Comps.VerbCompProperties_Turret">
<compClass>MVCF.Comps.VerbComp_Turret</compClass>
should be
<li Class="MVCF.VerbComps.VerbCompProperties_Turret"> <compClass>MVCF.VerbComps.VerbComp_Turret</compClass>
<li Class="MVCF.VerbComps.VerbCompProperties_Turret">
<compClass>MVCF.VerbComps.VerbComp_Turret</compClass>
Fixed, thanks for pointing this out!
Examples: https://github.com/Vanilla-Expanded/VanillaExpandedFramework/wiki/Examples#hediff-verb-and-drawing-and-independent-fire https://github.com/Vanilla-Expanded/VanillaExpandedFramework/wiki/Examples#equipment
Source: https://github.com/Vanilla-Expanded/VanillaExpandedFramework/blob/main/Source/MVCF/VerbComps/VerbComp_Turret.cs
<li Class="MVCF.Comps.VerbCompProperties_Turret">
<compClass>MVCF.Comps.VerbComp_Turret</compClass>
should be
<li Class="MVCF.VerbComps.VerbCompProperties_Turret">
<compClass>MVCF.VerbComps.VerbComp_Turret</compClass>