Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexty12573 committed Mar 12, 2024
2 parents c52570f + 66999cb commit 15a5413
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/Examples/Plugins/QuestEndSkip.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,6 @@ public class Plugin : IPlugin
public string Name => "QuestEndSkip";
public string Author => "Fexty";

public PluginData Initialize()
{
return new PluginData
{
// Subscribe to the `OnUpdate` event
OnUpdate = true
};
}

public void OnLoad()
{
// Register the `Ctrl+Alt+S` keybind
Expand Down

0 comments on commit 15a5413

Please sign in to comment.