Hi,
I'm wondering if someone would help me with C#.
I'm using Visual Studio, and I've imported 'fly' by @Bombardir as an quick 'layout'.
But, it's missing a ton of methods.
I've Added the following references, and it's still not fixed;
There's probably unnecessary references listed, but I tried to find out what 'RustPlugin' is being referred by.Code:Assembly-CSharp Oxide.Core RustBuild UnityEngine
![]()
![]()
As shown in the images above, there red-lining.
Hey, there might not even be a .DLL I need to refer, just there as it's necessary.
It's just I get a bit OCD if there are red lines. Aha.
Thanks,
Amos.
Solved Help with C# missing methods
Discussion in 'Rust Development' started by MrAmos123, Mar 13, 2015.
-
Clone the Oxide repository on Github and create your plugin files inside the Oxide.Ext.Rust project in the Plugins directory. You will find the SamplePlugin.cs file in that directory. By using the Oxide.Ext.Rust project you will have references to everything you need out of the box.
-
Worked! Thank you very much @bawNg!