here is what appeared when I loaded the newest .cs file 10/06 11:24:28 | Error while compiling: BlueprintManager.cs(258,59): error CS1061: Type `Oxide.Plugins.BlueprintManager.BlueprintData' does not contain a definition for `workbenchLevel' and no extension method `workbenchLevel' of type `Oxide.Plugins.BlueprintManager.BlueprintData' could be found. Are you missing an assembly reference?
Got this error any fix?Solved
Same for me..
Error while compiling: BlueprintManager.cs(258,59): error CS1061: Type `Oxide.Plugins.BlueprintManager.BlueprintData' does not contain a definition for `workbenchLevel' and no extension method `workbenchLevel' of type `Oxide.Plugins.BlueprintManager.BlueprintData' could be found. Are you missing an assembly reference?
we might need an update for it but whever the creator has time I am in no rush
Same here!
Same here
Merged post
It appears the author has forgotten to declare a variable within the BlueprintData class. Add the below to line 26 within the plugin:
public int workbenchLevel;
It will then compile and I am guessing should work as the author intended, or just wait for the official update in case there is other stuff that needs looking at.
Thanks Guys, just posted an update!
Locked automatically