Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/goatcorp/dalamud.net.sdk
- Owner: goatcorp
- License: mit
- Created: 2024-04-23T06:23:00.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T20:55:25.000Z (5 months ago)
- Last Synced: 2024-09-30T04:56:13.159Z (3 months ago)
- Size: 9.77 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).