mirror of
https://github.com/DRE2N/DungeonsXL.git
synced 2025-03-25 13:10:25 +01:00
Created new Sign classes
Signed-off-by: Grafe <flingelfrank@hotmail.com>
This commit is contained in:
parent
e6125c9d3c
commit
c96225bf57
13
src/com/dre/dungeonsxl/game/DSign.java
Normal file
13
src/com/dre/dungeonsxl/game/DSign.java
Normal 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
|
||||
|
||||
}
|
||||
|
||||
}
|
13
src/com/dre/dungeonsxl/game/DSignType.java
Normal file
13
src/com/dre/dungeonsxl/game/DSignType.java
Normal 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
|
||||
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user