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
The only thing that is really needed for this class to work is the player name. The methods that don't use them should be removed and their calls should be replaced by the methods that use playerName as argument.
The text was updated successfully, but these errors were encountered:
Besides that I also want to move every static method to a method of the PrisonEscapePlayer class. Basically we should stop having those static methods to have methods doing the same in the PrisonEscapePlayer class.
The only thing that is really needed for this class to work is the player name. The methods that don't use them should be removed and their calls should be replaced by the methods that use playerName as argument.
The text was updated successfully, but these errors were encountered: