Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 428 Bytes

Oxide_DLL_Reference.md

File metadata and controls

8 lines (7 loc) · 428 Bytes

[Back]

If you want to use functionality (class/method) from another dynamic library (DLL), you should tell Oxide loader to get the DLL's references, this is done by adding a comment at the start of the csharp file.

    File name should not contain whitespaces
    .dll extension should be ommited
Example: // Reference: LibraryName