Made several more objects serializable

This commit is contained in:
Obique
2014-12-07 15:22:45 -06:00
committed by Obique
parent 6653ff6dc8
commit f6510df464
4 changed files with 8 additions and 0 deletions
@@ -12,6 +12,8 @@ import resources.player.Player;
public class PlayerObject extends IntangibleObject {
private static final long serialVersionUID = 1L;
private String profession = "";
private String biography = "";