Fix link color in patching guide

This commit is contained in:
Ben C 2024-02-16 12:04:04 -05:00 committed by GitHub
parent 8a2abfc375
commit 90b1013e48
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?"
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