mirror of
https://github.com/Rogiel/l2jserver2
synced 2025-12-09 08:52:51 +00:00
Change-Id: If18611eb0a6296da808aead8f1da54be094db2a9
This commit is contained in:
@@ -1,11 +1,17 @@
|
||||
package com.l2jserver;
|
||||
|
||||
import com.google.inject.AbstractModule;
|
||||
import com.l2jserver.routines.GameServerInitializationRoutine;
|
||||
import com.l2jserver.service.BasicServiceModule;
|
||||
import com.l2jserver.service.ServiceModule;
|
||||
|
||||
public class GameServerModule extends AbstractModule {
|
||||
@Override
|
||||
protected void configure() {
|
||||
// TODO Auto-generated method stub
|
||||
|
||||
install(new BasicServiceModule());
|
||||
install(new ServiceModule());
|
||||
|
||||
// routines
|
||||
bind(GameServerInitializationRoutine.class);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user