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 6614838 commit 937795eCopy full SHA for 937795e
.github/workflows/build.yml
@@ -7,6 +7,7 @@ env:
7
8
permissions:
9
contents: write
10
+ workflows: write
11
12
jobs:
13
versioning:
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