We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 236616d commit 1d0cde3Copy full SHA for 1d0cde3
README.md
@@ -34,7 +34,7 @@ dotnet add package RisingV.Scripting
34
// Added to your plugin class
35
[BepInDependency("RisingV.Scripting")]
36
```
37
-2. Add the `ScriptingEngine` to your plugin's `Initialize` method:
+2. Add the `ScriptingEngine` to your plugin's `OnInitialize` method:
38
```csharp
39
public override void OnInitialize()
40
{
0 commit comments