Commit f513a3f
committed
refactor(Patches): improve code clarity with comments in transpiler patches
- Added comments in `RunHistoryMissingModelDbGetByIdTranspilerPatch.cs` and `HarmonyIlRewriter.cs` to clarify the purpose of specific code sections, enhancing maintainability and readability.
- Removed unused namespace reference in `ModPatcher.cs`, streamlining the codebase.1 parent 350d452 commit f513a3f
3 files changed
Lines changed: 2 additions & 1 deletion
File tree
- Lifecycle/Patches
- Patching/Core
- Utils/HarmonyIl
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| 368 | + | |
368 | 369 | | |
369 | 370 | | |
370 | 371 | | |
| |||
0 commit comments