Where i can find the definition of BaseOven, Item and ItemModBurnable?
I'm using the OnConsumeFuel hook and i wanna to conserve the quantity of the Item on certain Oven so i need to know the property like type of Oven and item quantity property.
Solved Where can class properties be found?
Discussion in 'Rust Development' started by .legaCypowers, Oct 17, 2016.
-
Wulf Community Admin
You'd need to fire up a .NET decompiler such as JustDecompiler and look at Rust's Assembly-CSharp.dll.
-
Did it, and worked, thank you.
Now i should publish my simple plugin
