Merge branch 'master' into Mick
* master: fix error
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user