how would i go about resolving this error? This is what im getting:
Error while compiling: IslandPatrol.cs(80,17): error CS0246: The type or namespace name `PluginConfig' could not be found. Are you missing an assembly reference?
Error while compiling: IslandPatrol.cs(80,17): error CS0246: The type or namespace name `PluginConfig' could not be found. Are you missing an assembly reference?
I believe I just need to define Plugin Config right? What would I need to do?