From eeafc279b37ae518ec3ce46dccdf1453c0857ea5 Mon Sep 17 00:00:00 2001 From: art0007i Date: Thu, 18 Sep 2025 21:01:28 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`