Im using Jetbrains Rider and followed a little tutorial how to setup a slimple plugin, now when im trying to use `using ConVar;` it just gives me a error as it dosent exists, can anyone help me with this?
ConVar doesn’t existSolved
Ok i got it now, i needed to import the assably dll from the game
Locked automatically