Created new Sign classes

Signed-off-by: Grafe <flingelfrank@hotmail.com>
This commit is contained in:
Grafe 2013-03-19 17:54:12 +01:00
parent e6125c9d3c
commit c96225bf57
2 changed files with 26 additions and 0 deletions

View File

@ -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
}
}

View File

@ -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
}
}