Hey guys, so I just put all my plugin classes together but I keep getting missing assembly references when installing the plugin. I attached the log file and the plugin file.
Is there any problem with static classes? Besides that, I don't understand whats wrong.
Thank You!
[DOUBLEPOST=1426410370][/DOUBLEPOST]Just to point out, static classes was not the problem, just changed that and still the same error.
Solved Assembly Reference Missing?
Discussion in 'Rust Development' started by PedraozauM, Mar 15, 2015.
-
Attached Files:
-
-
You need this at the top:
Code:// Reference: Oxide.Ext.Rust
-
Thanks man, I had no ideia that I had to reference it like that.
-