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

Add constant arraylist access modifiers #4

Open
emmamickas opened this issue Oct 23, 2021 · 1 comment
Open

Add constant arraylist access modifiers #4

emmamickas opened this issue Oct 23, 2021 · 1 comment
Assignees
Labels

Comments

@emmamickas
Copy link
Owner

This issue mirrors issue hhaslam11#46: Add constant arraylist access modifiers, from the source repo.

@emmamickas emmamickas self-assigned this Oct 23, 2021
@emmamickas
Copy link
Owner Author

This issue was addressed in the AddConstantArraylistAccessModifiers branch
The refactor was made to the source code to change the Enemy, Food, and Weapon classes, such that when the array storing individual objects of each class is accessed by an external class, it is done through a getter, rather than directly.
This branch was then merged onto the master branch of the source repo.

emmamickas added a commit that referenced this issue Oct 24, 2021
…in this branch, issue hhaslam11#46 in the source repo, and issue #4 in the forked repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant