Solved Compiling decompiled Assembly-CSharp.dll errors
Discussion in 'Rust Development' started by rabbitlol, Oct 18, 2016.
-
You use the decompiler to get information on all the game specific objects like BasePlayer, BaseOven, Item, etc, etc, etc. You do not need to decompile it into a VS project. You just use that info to do what you want with those objects in your plugin.
-
Ok, Thanks~
