Added Javadoc comments

This commit is contained in:
Nathan Lum
2019-03-11 15:12:03 -06:00
committed by GitHub
parent 023e77f034
commit e21a7c9f54

View File

@@ -1,3 +1,10 @@
/**
* 2019-03-10
* Authors: Harkamal, Vikram, Haris, Siddhant, Nathan
* Player class, stores all the information about the player such as inventory, health, etc
*
*/
public class Player { public class Player {
private String name = "Taipan"; private String name = "Taipan";