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

Refactor Function Parameters: Replace float x, float y, float z with Vector2 xy, float z #19

Merged
merged 2 commits into from
Dec 9, 2024

Conversation

TheRouletteBoi
Copy link
Owner

This pull request refactors function parameters that previously used float x, float y, float z to use Vector2 xy, float z instead.

Reason for Change

This change is to support PC natives

@TheRouletteBoi TheRouletteBoi merged commit a5bac21 into master Dec 9, 2024
1 check passed
@TheRouletteBoi TheRouletteBoi deleted the vector3-parameters-fixing branch December 10, 2024 06:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant