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 16d61ca commit a026987Copy full SHA for a026987
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