I'm merging some distro files to upgrade a project, seems I missed something. Apparently there was a recent update for iQuality, would anyone mind pointing me to the code that is being referenced?

Code:
Scripts: Compiling C# scripts...Failed with: 1 errors, 1 warnings
Warnings:
+ Items/Tools/ProspectorsTool.cs:
    CS0105: Line 4: The using directive for 'Server.Engines.Harvest' appeared previously in this namespace
Errors:
+ Services/Expansions/High Seas/Items/Fish/FishPies.cs:
    CS0246: Line 30: The type or namespace name 'IQuality' could not be found (are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
- Press return to exit, or R to try again.
 
Into Scripts\Items\Internal, there's ItemInterfaces.cs that contains that Interface you are looking for (IQuality)
 
Back