You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
This issue mirrors issue hhaslam11#46: Add constant arraylist access modifiers, from the source repo.
The text was updated successfully, but these errors were encountered: