Update TarnsLairPlugin.java
This commit is contained in:
@@ -49,8 +49,10 @@ import net.runelite.client.ui.overlay.OverlayManager;
|
|||||||
@PluginDescriptor(
|
@PluginDescriptor(
|
||||||
name = "Tarn's Lair",
|
name = "Tarn's Lair",
|
||||||
description = "Mark tiles and clickboxes to help traverse the maze",
|
description = "Mark tiles and clickboxes to help traverse the maze",
|
||||||
tags = {"agility", "maze", "minigame", "overlay"}
|
tags = {"agility", "maze", "minigame", "overlay"},
|
||||||
|
type = PluginType.UTILITY
|
||||||
)
|
)
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class TarnsLairPlugin extends Plugin
|
public class TarnsLairPlugin extends Plugin
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user