diff --git a/src/com/dre/dungeonsxl/game/DSign.java b/src/com/dre/dungeonsxl/game/DSign.java new file mode 100644 index 00000000..9b834c4e --- /dev/null +++ b/src/com/dre/dungeonsxl/game/DSign.java @@ -0,0 +1,13 @@ +package com.dre.dungeonsxl.game; + +public class DSign { + + /** + * @param args + */ + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +} diff --git a/src/com/dre/dungeonsxl/game/DSignType.java b/src/com/dre/dungeonsxl/game/DSignType.java new file mode 100644 index 00000000..f58571e3 --- /dev/null +++ b/src/com/dre/dungeonsxl/game/DSignType.java @@ -0,0 +1,13 @@ +package com.dre.dungeonsxl.game; + +public class DSignType { + + /** + * @param args + */ + public static void main(String[] args) { + // TODO Auto-generated method stub + + } + +}