RuneHive-Game
Loading...
Searching...
No Matches
TeleportType.java
Go to the documentation of this file.
1package com.runehive.content.skill.impl.magic.teleport;
2
3/**
4 * The teleport types.
5 *
6 * @author Daniel
7 */
8public enum TeleportType {
9 /** Favorite teleport. */
11
12 /** Activity teleport. */
14
15 /** Skilling teleport. */
17
18 /** Monster killing teleport. */
20
21 /** Player killing teleport. */
23
24 /** Boss killing teleport. */
26}