I do not use oxide, I run several carbon servers and get this compilation error

 

Failed compiling 'RustTranslationAPI.cs':
1. The type name 'AssetBundle' could not be found in the namespace 'UnityEngine'. This type has been forwarded to assembly 'UnityEngine.AssetBundleModule, Version=*.*.*.*, Culture=neutral, PublicKeyToken=null' Consider adding a reference to that assembly. [CS1069]
(RustTranslationAPI 28 line 94)
2. 'AssetBundleBackend' does not contain a definition for 'files' and no accessible extension method 'files' accepting a first argument of type 'AssetBundleBackend' could be found (are you missing a using directive or an assembly reference?) [CS1061]
(RustTranslationAPI 56 line 94)