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

Inherit struct visibility on Unity class derive #82

Merged
merged 1 commit into from
Dec 9, 2023
Merged

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Dec 9, 2023

This makes it so the derives for Unity classes automatically inherit the visibility of the struct for all the methods and the binding struct. This way you can have the structs in inner modules and still use them from parent modules.

This makes it so the derives for Unity classes automatically inherit the
visibility of the struct for all the methods and the binding struct.
This way you can have the structs in inner modules and still use them
from parent modules.
@CryZe CryZe added the enhancement New feature or request label Dec 9, 2023
@CryZe CryZe merged commit 8bd62d7 into master Dec 9, 2023
4 checks passed
@CryZe CryZe deleted the derive-visibility branch December 9, 2023 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant