diff --git a/README.md b/README.md index b2eea9f..6b1b7bf 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ public class MyMod : BasePlugin { // The Resonite engine is now fully initialized // Safe to access FrooxEngine classes and functionality - Log.LogInfo("Engine is ready!"); + Log.LogInfo("Engine is ready with version: " + Engine.Current.VersionString); } } ``` @@ -66,4 +66,4 @@ To add new hooks to this library: - Use `[HarmonyPatchCategory]` attribute for organization - Use `[HarmonyPatch]` to target the method to hook - Implement Prefix/Postfix methods as needed - - Call the appropriate event from `ResoniteHooks` \ No newline at end of file + - Call the appropriate event from `ResoniteHooks`