mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-05 23:22:47 +00:00
8 lines
138 B
Java
8 lines
138 B
Java
package com.l2jserver.service.game.script;
|
|
|
|
import com.l2jserver.service.Service;
|
|
|
|
public interface ScriptingService extends Service {
|
|
|
|
}
|