So as the title says.. is Tuple Class supported by Oxide ? Because i'm using it for my plugin and its not working.
It says that i need reference or sth like that.
Solved Tuple Class supported by Oxide?
Discussion in 'Rust Discussion' started by PaiN, Jul 5, 2015.
-
Wulf Community Admin
Pretty sure only .NET framework 4.5, 4.6 support it, which Rust (and therefore Oxide) doesn't use.
-
It is supported since .net 4.0 https://msdn.microsoft.com/en-us/library/system.tuple(v=vs.100).aspx.
Oxide uses 3.5 -
So Oxide will use 4.0 once Rust will change too >?
-
If Unity will move from mono or update it, they use still version 2.x of mono framework. You can also write your own Tuple class or port it from a newer framework source to your plugin...