Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/goatcorp/dalamud.net.sdk

.NET SDK for Dalamud plugins
https://github.com/goatcorp/dalamud.net.sdk

Last synced: about 1 month ago
JSON representation

.NET SDK for Dalamud plugins

Awesome Lists containing this project

README

        

# Dalamud.NET.Sdk
.NET SDK for use with Dalamud plugins. [See SamplePlugin](https://github.com/goatcorp/SamplePlugin/blob/master/SamplePlugin/SamplePlugin.csproj) for usage.

## When updating this package
...you need to make sure to [tell Plogon to download the new version instead](https://github.com/goatcorp/Plogon/blob/master/Plogon/BuildProcessor.cs#L102).

### Acknowledgements
This project is a fork of Godot's .NET SDK, licensed under the MIT license, located [here](https://github.com/godotengine/godot/tree/master/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk).