Jetzt funztststs

master
Jonathan Hager 6 years ago
parent 8f5adfd782
commit bdc85bf7ce

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler; package com.dungeoncrawler;
import com.dungeoncrawler.entities.Player; import com.dungeoncrawler.entities.Player;

@ -1,4 +1,4 @@
package src.com.dungeoncrawler; package com.dungeoncrawler;
public abstract class Entity { public abstract class Entity {

@ -1,4 +1,4 @@
package src.com.dungeoncrawler; package com.dungeoncrawler;
public class Inventory { public class Inventory {

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler; package com.dungeoncrawler;
/** /**
* *

@ -3,10 +3,9 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler; package com.dungeoncrawler;
//import com.dungeoncrawler.items.*; import com.dungeoncrawler.items.*;
class Item{}
/** /**
* *
* @author jonathan * @author jonathan

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler; package com.dungeoncrawler;
/** /**
* *

@ -1,4 +1,4 @@
package src.com.dungeoncrawler; package com.dungeoncrawler;
import com.badlogic.gdx.ApplicationAdapter; import com.badlogic.gdx.ApplicationAdapter;
import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Gdx;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler; package com.dungeoncrawler;
import com.dungeoncrawler.entities.*; import com.dungeoncrawler.entities.*;

@ -1,4 +1,4 @@
package src.com.dungeoncrawler.entities; package com.dungeoncrawler.entities;
import com.dungeoncrawler.Entity; import com.dungeoncrawler.Entity;
public class Archer extends Entity{ public class Archer extends Entity{

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler.entities; package com.dungeoncrawler.entities;
import com.dungeoncrawler.Entity; import com.dungeoncrawler.Entity;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler.entities; package com.dungeoncrawler.entities;
import com.dungeoncrawler.Entity; import com.dungeoncrawler.Entity;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler.items; package com.dungeoncrawler.items;
import com.dungeoncrawler.Item; import com.dungeoncrawler.Item;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler.items; package com.dungeoncrawler.items;
import com.dungeoncrawler.Item; import com.dungeoncrawler.Item;

@ -3,7 +3,7 @@
* To change this template file, choose Tools | Templates * To change this template file, choose Tools | Templates
* and open the template in the editor. * and open the template in the editor.
*/ */
package src.com.dungeoncrawler.items; package com.dungeoncrawler.items;
import com.dungeoncrawler.Item; import com.dungeoncrawler.Item;

Loading…
Cancel
Save