1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-05 23:22:47 +00:00
Files
l2jserver2/src/main/java/com/l2jserver/service/game/script/ScriptingService.java
rogiel 6d52f44278 First commit
Change-Id: I4d273faba7286288d2b9a214c87c39a76724d787
2011-04-28 18:49:39 -03:00

8 lines
138 B
Java

package com.l2jserver.service.game.script;
import com.l2jserver.service.Service;
public interface ScriptingService extends Service {
}