Player: tiny cleanup
This commit is contained in:
parent
b3bdfc1eb7
commit
c8c0306e45
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ class Player implements Serializable {
|
||||||
private String name;
|
private String name;
|
||||||
private int level;
|
private int level;
|
||||||
private int[] atk, def;
|
private int[] atk, def;
|
||||||
//TODO: implement fully operational powers (die rolling)
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Builds a whole player from its saved stats
|
* Builds a whole player from its saved stats
|
||||||
|
|
Reference in a new issue