mirror of
https://github.com/ow-mods/owml.git
synced 2025-12-11 20:15:48 +01:00
Merge pull request #566 from ow-mods/link-color
Fix link color in patching guide
This commit is contained in:
commit
e1de2cf5e1
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user