⌨️Including the API

First, you need to download the Oxygen U API.

Then, open Visual Studio, and create a new C# project using the .NET Framework 4.8

Once your project has been created, you'll see something like:

Right Click 'References' and click "Add Reference"

You should see something like this:

Click 'Browse...' and select the API file, you should now see:

Click OK.

Hooray!

You have successfully added the oxygen api to your project's references.

Last updated