Player added methods and javadoc

This commit is contained in:
Andrin Fassbind 2021-11-26 12:21:57 +01:00
parent b23e210bb2
commit 5e0ebedfea
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_17" default="true" project-jdk-name="openjdk-17" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_X" default="true" project-jdk-name="openjdk-17" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" /> <output url="file://$PROJECT_DIR$/out" />
</component> </component>
</project> </project>

View File

@ -6,7 +6,6 @@ import java.util.List;
/** /**
* New Class PLayer * New Class PLayer
* This class is here to add players to the game. * This class is here to add players to the game.
* @author: Stefan Amador
*/ */
public class Player { public class Player {