Closed IslandJohn closed 3 years ago
Do you have the following in your action cs file?
[PluginActionId("net.islandjohn.fsuipc.virtualbutton")]
public class MyPlugin : PluginBase
That annotation is probably what I missed, thanks. I'll close this issue once I verify.
I'm getting this error in the pluginlog: https://pastebin.com/GCCJx08p
Everything seems correct, but I'm sure it's something silly. Here's my manifest: https://pastebin.com/CcTbg6wQ
What am I missing here?