All merged into gamecore and reorganized

This commit is contained in:
ondra
2014-04-30 20:37:09 +02:00
parent d2276bee9c
commit a8ed021156
308 changed files with 2250 additions and 1450 deletions
+3 -3
View File
@@ -3,11 +3,11 @@ package mightypork.rogue.world;
import java.io.IOException;
import mightypork.util.files.ion.IonBundle;
import mightypork.util.files.ion.IonBundled;
import mightypork.gamecore.util.ion.IonBundle;
import mightypork.gamecore.util.ion.IonObjBundled;
public class PlayerInfo implements IonBundled {
public class PlayerInfo implements IonObjBundled {
private int eid = -1; // marks not initialized
private int level;