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

Renamed PartyMemberController to BattlePartyMemberController #190

Merged
merged 4 commits into from
Nov 14, 2023

Conversation

GenoImel
Copy link
Owner

@GenoImel GenoImel commented Nov 5, 2023

Changes:

  • Renamed PartyMemberController to BattlePartyMemberController.

Notes:

This might seem small, but this will clarify things between Exploration scenes and Battle Scenes, as each scene will need its own separate, but ultimately unique PartyMemberControllers. Potentially we may at some point find PartyMemberController or a similar script making a re-appearance, but this time as a inherited base class.

Please make sure to get #186 merged in first. There will be conflicts, and it'll be more straightforward for me to just fix them on this PR by accepting "theirs" and throwing "ours" in the trash, in git speak.

For More Info See:
closes #184

@GenoImel GenoImel added the enhancement New feature or request label Nov 5, 2023
yokozach
yokozach previously approved these changes Nov 5, 2023
# Conflicts:
#	Assets/Scripts/Runtime/Converters/PartyMemberConverter.cs
#	Assets/Scripts/Runtime/MonoSystems/Party/PartyMonoSystem.cs
Sbrebbaz
Sbrebbaz previously approved these changes Nov 5, 2023
@GenoImel GenoImel requested a review from yokozach November 5, 2023 21:47
yokozach
yokozach previously approved these changes Nov 12, 2023
@GenoImel GenoImel dismissed stale reviews from yokozach and Sbrebbaz via 5024838 November 12, 2023 20:39
@GenoImel GenoImel merged commit 9302199 into main Nov 14, 2023
@GenoImel GenoImel deleted the feature/184-battlepartymember-rename branch November 14, 2023 18:20
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.

Rename PartyMemberController to BattlePartyMemberController
3 participants