Good day everyone, i recently came across an old C# API script for 7days but cant seem to get it to work. the API class extends ModApiAbstract but that is not found in the Assembly-CSharp.dll that i have referenced in the solution. What am i missing here?
Here is the exact error: "The type or namespace 'ModApiAbstract' could not be found (are you missing a using directive or an assembly reference?).
Again, i do have Assembly-CSHarp listed under the references for my project, but im obviously missing something.
Here is the exact error: "The type or namespace 'ModApiAbstract' could not be found (are you missing a using directive or an assembly reference?).
Again, i do have Assembly-CSHarp listed under the references for my project, but im obviously missing something.