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:
MickWerf
2020-05-15 21:28:56 +02:00
parent e843062456
commit 46ae15b1c7
23 changed files with 128 additions and 47 deletions

View File

@@ -0,0 +1,4 @@
package netwerkprog.game.util;
public abstract class Ability {
}