Vanilla-Expanded / VanillaExpandedFramework

Vanilla Expanded Framework for RimWorld
Other
74 stars 37 forks source link

MVCF Wiki - 2 examples have incorrect namespaces listed #41

Closed BBLKepling closed 1 year ago

BBLKepling commented 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>

should be

<li Class="MVCF.VerbComps.VerbCompProperties_Turret"> <compClass>MVCF.VerbComps.VerbComp_Turret</compClass>

legodude17 commented 1 year ago

Fixed, thanks for pointing this out!