Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Without this `using Menu.Enums;`; the plugin does not works.
  • Loading branch information
RonanLOUARN authored Jun 25, 2024
1 parent b1c0f1f commit 088a95f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ First we need to import .dll into the .csproj
Next we have to create a new Menu object
```cs
using Menu;
using Menu.Enums;

public class Plugin : BasePlugin
{
Expand Down

0 comments on commit 088a95f

Please sign in to comment.