Skip to content

Latest commit

 

History

History
40 lines (23 loc) · 887 Bytes

README.md

File metadata and controls

40 lines (23 loc) · 887 Bytes

SharpWood - A C# Wrapper for Oakwood

SharpWood

SharpWood is first community-made Oakwood API wrapper, which is using C# and its abilities to run Gamemode scripts on Oakwood.

Supported Runtimes

  • .NET Core 3.1
  • .NET Core 3.0
  • .NET Framework 4.8
  • .NET Framework 4.7.2

Installing

From source

| Note: You need to have one of these supported Runtimes and SDKs installed for usage!

  1. Download/Clone the repository
  2. Open SharpWood.sln in Visual Studio 2019
  3. Build the repository
  4. Use the library in your C# project

From release

  1. Download the package from NuGet
  2. Include the library in your C# project

Usage

  • To-Do

Used libraries