-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
1 parent
87ff20a
commit b5ac992
Showing
2 changed files
with
14 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
15 changes: 9 additions & 6 deletions
15
Source/Client/ExternalAnnotations/Assembly-CSharp/Annotations.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |