From 088a95f7b6d7f7f73741d321adafe27831f11787 Mon Sep 17 00:00:00 2001 From: Ronan LOUARN Date: Tue, 25 Jun 2024 19:49:30 +0200 Subject: [PATCH] Update README.md Without this `using Menu.Enums;`; the plugin does not works. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e397fcf..b79f8ab 100644 --- a/README.md +++ b/README.md @@ -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 {