1
0
mirror of https://github.com/Rogiel/l2jserver2 synced 2025-12-16 12:02:47 +00:00

TeleporterTemplate

Signed-off-by: Rogiel <rogiel@rogiel.com>
This commit is contained in:
2011-05-25 00:54:21 -03:00
parent cc44946831
commit ad6a2e89d2
9129 changed files with 128 additions and 673228 deletions

View File

@@ -42,5 +42,5 @@ public abstract class AbstractTemplate<T> implements Template<T> {
// }
@Override
public abstract TemplateID<?> getID();
public abstract TemplateID<?, ?> getID();
}