Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/net standard 2.0 #38

Merged
merged 11 commits into from
Dec 23, 2024
Merged

Feature/net standard 2.0 #38

merged 11 commits into from
Dec 23, 2024

Conversation

SirTobyB
Copy link
Member

Upgrade to .NET Standard 2.0

by removing the references to System.Windows.Forms and creating our own "DialogResultGame" enum
…ameters

The interface bindings are created in the new method, because the implementation is alreadys here in the lib and not in the clients like before.
So the initialize of the class in the client is simplified.
changes the result value to Task<DialogResultGame>, which is neccery for
call from godot engine
@SirTobyB SirTobyB added enhancement New feature or request improvement Improving an existing feature or existing code labels Dec 23, 2024
@SirTobyB SirTobyB self-assigned this Dec 23, 2024
@SirTobyB SirTobyB merged commit 5af830c into master Dec 23, 2024
1 check passed
@SirTobyB SirTobyB deleted the feature/net-standard-2.0 branch December 23, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request improvement Improving an existing feature or existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant