mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 08:52:51 +00:00
Change-Id: I3d4cd283cff0f3ea0202c4fe9b60ec5ed0b42ebd
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.l2jserver.routines;
|
||||
|
||||
public class InitializationRoutine implements Routine {
|
||||
@Override
|
||||
public void run() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
}
|
||||
}
|
||||
4
src/main/java/com/l2jserver/routines/Routine.java
Normal file
4
src/main/java/com/l2jserver/routines/Routine.java
Normal file
@@ -0,0 +1,4 @@
|
||||
package com.l2jserver.routines;
|
||||
|
||||
public interface Routine extends Runnable {
|
||||
}
|
||||
Reference in New Issue
Block a user