1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-06 07:32:46 +00:00

Code formatting

This commit is contained in:
2011-08-07 22:31:55 -03:00
parent 129b527a08
commit 074f216ffc
65 changed files with 378 additions and 393 deletions

View File

@@ -41,7 +41,7 @@ public class NPCAI extends AI<NPC> {
@Override
protected void handleDesire(Desire desire) {
if (desire instanceof MoveDesire) {
}
}
}