Structure change to fit new design.
Added skeleton for Characters and abilities. Added ability and Character super classes. Added code to character superclass. Added faction Enum
This commit is contained in:
4
core/src/netwerkprog/game/util/Faction.java
Normal file
4
core/src/netwerkprog/game/util/Faction.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package netwerkprog.game.util;
|
||||
|
||||
public enum Faction {
|
||||
}
|
||||
Reference in New Issue
Block a user