Solved Tuple Class supported by Oxide?

Discussion in 'Rust Discussion' started by PaiN, Jul 5, 2015.

  1. 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.
     
  2. Wulf

    Wulf Community Admin

    Pretty sure only .NET framework 4.5, 4.6 support it, which Rust (and therefore Oxide) doesn't use.
     
  3. So Oxide will use 4.0 once Rust will change too >?
     
  4. 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...