Skip to content

Commit

Permalink
Update external annotations (#435)
Browse files Browse the repository at this point in the history
- Updated all the RimWorld's debug attributes to use `LudeonTK` namespace
- Added `DebugActionYielderAttribute` to the implicit use attributes
- Changed all external annotation xml files to use 2 spaces, matching `.editorconfig` style
  • Loading branch information
SokyranTheDragon authored Apr 10, 2024
1 parent 87ff20a commit b5ac992
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Source/Client/ExternalAnnotations/0Harmony/Annotations.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<assembly name="0Harmony">
<member name="T:HarmonyLib.HarmonyPatch">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor(JetBrains.Annotations.ImplicitUseTargetFlags)">
<argument>3</argument>
</attribute>
</member>
<member name="T:HarmonyLib.HarmonyPatch">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor(JetBrains.Annotations.ImplicitUseTargetFlags)">
<argument>3</argument>
</attribute>
</member>
</assembly>
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<assembly name="Assembly-CSharp">
<member name="T:Verse.DebugActionAttribute">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor"/>
</member>
<member name="T:Verse.DebugOutputAttribute">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor"/>
</member>
<member name="T:LudeonTK.DebugActionAttribute">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor"/>
</member>
<member name="T:LudeonTK.DebugActionYielderAttribute">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor"/>
</member>
<member name="T:LudeonTK.DebugOutputAttribute">
<attribute ctor="M:JetBrains.Annotations.MeansImplicitUseAttribute.#ctor"/>
</member>
</assembly>

0 comments on commit b5ac992

Please sign in to comment.