root/trunk/AE-go_GameServer/src/com/aionemu/gameserver/controllers/VisibleObjectController.java
| 1003 | 1005 | ||
|---|---|---|---|
16 | */ | 16 | */ |
17 | package com.aionemu.gameserver.controllers; | 17 | package com.aionemu.gameserver.controllers; |
18 | 18 | ||
19 | import org.apache.log4j.Logger; | ||
20 | |||
21 | import com.aionemu.gameserver.model.gameobjects.VisibleObject; | 19 | import com.aionemu.gameserver.model.gameobjects.VisibleObject; |
22 | import com.aionemu.gameserver.world.World; | 20 | import com.aionemu.gameserver.world.World; |
23 | 21 | ||
... | ... | ||
30 | */ | 28 | */ |
31 | public abstract class VisibleObjectController<T extends VisibleObject> | 29 | public abstract class VisibleObjectController<T extends VisibleObject> |
32 | { | 30 | { |
33 | private static Logger log = Logger.getLogger(VisibleObjectController.class); | ||
34 | /** | 31 | /** |
35 | * Object that is controlled by this controller. | 32 | * Object that is controlled by this controller. |
36 | */ | 33 | */ |
Download diff