MapNote class location?Solved

OnMapMarkerAdded expects the use of the class 'MapNote' although it seems I can't find a refrence for that using visuel studio.
I know it's probably because I got the older oxide/rust assemplies refrenced, but trying to refrences the newer versions of both doesn't seem to help.

Anyone know the basic structor of MapNote and what namespace it's in to begin with? I'm guessing MapNote was added when the mapmarkers was added to the game recently, so probably not that many poeple has been looking into this class quite that much yet.

Thank you in advance for your help!

Download a program such as JustDecompile > open Assembly-CSharp.dll > search for "MapNote" > enjoy!

The actual MapNote class is under Rust.Data.dll, but you'll see usage and references to it under Assembly-CSharp.dll along with being able to click through to it.
Thanks <3
Locked automatically