im wondering how u can dllimport within oxide because u are encapsulated in a singular file
or how u can run custom assembly(but that requires virtualprotect which isnt allowed i tested it) or c++ code
i saw this https://umod.org/community/rust/15664-accessingreading-a-file-via-a-plugin thread and one guy replied with
Config.ReadObject<ConfigData>();
Interface.Oxide.DataFileSystem.ReadObject<>()can u use that to read from files not including txt and json? sorry if these are weird questions