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

BREAKING CHANGE: Use ICombo interface instead of IBenefit #58

Merged
merged 3 commits into from
Sep 6, 2024

Conversation

MrDave1999
Copy link
Owner

@MrDave1999 MrDave1999 commented Sep 6, 2024

This change was introduced because ICombo is that the represents the set of benefits that a player can obtain. IBenefit is not a good name, because it represents a single benefit and what we really want is to represent a set of benefits (a combo).

ICombo: Represents a combination of different advantages, such as health, armour, and weapons, that a player can use to gain an advantage in the game.

This change was introduced because “ICombo” is that the represents the set of benefits that a player can obtain. “IBenefit” is not a good name, because it represents a single benefit and what we really want is to represent a set of benefits (a combo).
@MrDave1999 MrDave1999 added the breaking-change Change API design or behavior label Sep 6, 2024
@MrDave1999 MrDave1999 marked this pull request as ready for review September 6, 2024 12:28
@MrDave1999 MrDave1999 merged commit 81b6442 into dev Sep 6, 2024
1 check passed
@MrDave1999 MrDave1999 deleted the breaking-change branch September 6, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change Change API design or behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant