Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (10 loc) · 314 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 314 Bytes

Trifolium

Trifolium is a multiplayer RPG Maker server and client library.

Building

1. Prerequisites:

Visual Studio 2022 / dotnet 6.0.100-preview.6.21355.2 or higher.

2. Dependencies:

Utf8Json
> dotnet add Utf8Json

3. Building process!

> dotnet build  --configuration Release