Mick #8

Merged
MickWerf merged 3 commits from Mick into master 2020-05-27 21:24:19 +00:00
Showing only changes of commit 1575161631 - Show all commits

View File

@@ -1,10 +1,11 @@
package netwerkprog.game.client.game.characters;
import com.badlogic.gdx.graphics.g2d.TextureRegion;
import netwerkprog.game.util.game.GameCharacter;
import netwerkprog.game.util.game.Faction;
public class DevTest1 extends GameCharacter {
public DevTest1() {
super("DevTest1", Faction.HACKER, "core/assets/ScifiCritters4.PNG");
super("DevTest1", Faction.HACKER, new TextureRegion());
}
}