Merge pull request #566 from ow-mods/link-color

Fix link color in patching guide
This commit is contained in:
Ben C 2024-02-16 12:20:46 -05:00 committed by GitHub
commit e1de2cf5e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,7 +163,7 @@ public class MyPatchClass {
``` ```
!!! alert-info "How can we access that private field?" !!! alert-info "How can we access that private field?"
We publicize all base-game assemblies for you, meaning you can get and set private fields and call private methods on base-game classes. This is done in [the Outer Wilds game libs package](https://github.com/ow-mods/OuterWildsGameLibs) We publicize all base-game assemblies for you, meaning you can get and set private fields and call private methods on base-game classes. This is done in [the Outer Wilds game libs package](https://github.com/ow-mods/OuterWildsGameLibs){class="link-info"}
### Getting The Arguments Passed ### Getting The Arguments Passed