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 536fb94 commit 74484c6Copy full SHA for 74484c6
README.md
@@ -81,7 +81,7 @@ public partial class PluginClassName : BasePlugin {
81
82
public override void Load(bool hotReload)
83
{
84
- Console.WriteLine("Hello World!!!");
+ Console.WriteLine("Hello World!!!!");
85
// Check examples folder for more information. Don't forget to delete the folder after reading.
86
}
87
0 commit comments