mirror of
https://github.com/Rogiel/l2jserver2
synced 2026-01-27 05:02:47 +00:00
Clean up in the entire source code
Major clean up in the source code reformatting it and organizing imports.
This commit is contained in:
@@ -26,6 +26,7 @@ import com.l2jserver.model.world.NPC;
|
||||
public class MonsterAI extends NPCAI {
|
||||
/**
|
||||
* @param creature
|
||||
* the creature
|
||||
*/
|
||||
protected MonsterAI(NPC creature) {
|
||||
super(creature);
|
||||
|
||||
Reference in New Issue
Block a user