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

feat: Move flight status into its own data type, use lombok for data class #273

Merged
merged 7 commits into from
Apr 10, 2024

Conversation

WiIIiam278
Copy link
Owner

Closes #191

  • Moves flight status into its own data type
  • Moves repetitive data class methods to lombok (yay, less code)
  • Simplifies serializers that just use Json (yay, less code x2)
  • Bumps version to 3.5
  • API - Flight methods in GameMode have been deprecated for removal (will return false)

@WiIIiam278 WiIIiam278 merged commit a35e83a into master Apr 10, 2024
2 checks passed
@WiIIiam278 WiIIiam278 deleted the refactor/flight-attributes branch April 10, 2024 19:26
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.

Separate syncing of gamemode and flight status
1 participant