Solved Newtonsoft in plugins

Discussion in 'Rust Development' started by LaserHydra, Sep 1, 2015.

  1. Are we able to use Newtonsoft / Newtonsoft.Json in our plugins?
    Code:
    using Newtonsoft;
    using Newtonsoft.Json;
    using Newtonsoft.Json.Linq;
     
  2. Wulf

    Wulf Community Admin

    Yes, plugins already do.
     
  3. Thanks