1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-08 08:23:11 +00:00

GameGuard service implementation

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-30 13:36:01 -03:00
parent b332a10130
commit 63684a464f
22 changed files with 362 additions and 144 deletions

View File

@@ -82,7 +82,7 @@ public class AttackServiceImpl extends AbstractService implements AttackService
@Override
public AttackHit call() throws Exception {
return null;
}
}