BoltStarted() is marked as an override but no suitable method found to override

Hello,
I'm using Bolt 0.4.3.1 Debug.

I wanted to override the BoltStarted method in a subclass of Bolt.GlobalEventListener as the tutorials say, but I got the following error:

error CS0115: `ServerCallbacks.BoltStarted()' is marked as an override but no suitable method found to override

Anyone knows why?

Thanks,
matte

Best Answer

Answers