shomykohai / quest-system

📜 A simple yet powerful quest system for Godot 4
https://godotengine.org/asset-library/asset/2516
MIT License
293 stars 13 forks source link

Add C# support #30

Open shomykohai opened 3 weeks ago

shomykohai commented 3 weeks ago

Describe the feature

Add C# support to the addon. Reference: https://github.com/nathanhoad/godot_dialogue_manager/blob/main/addons/dialogue_manager/DialogueManager.cs ## Why do you think it should be added? C# support is surely something that many developers would benefit, allowing to integrate quest system with many codebases that already use it. Many addons already support C#, such as DialogueManager by Nathan Hoad,
G0vinda commented 1 day ago

Hey :) A colleague and I are planning to start on this issue the coming days. Looking forward to contribute ^^

shomykohai commented 1 day ago

Hi, thanks, really appreciate it! Feel free to make a PR when finished!