flexo: deprecate

This commit is contained in:
Ganom
2020-02-09 17:29:46 -05:00
parent 5f2017c9ea
commit 9bc544f775
2 changed files with 8 additions and 2 deletions

View File

@@ -48,7 +48,10 @@ import java.util.logging.Logger;
import net.runelite.api.Client;
import net.runelite.api.Constants;
import net.runelite.client.ui.ClientUI;
/**
* @deprecated This will be removed on 02/16/2020
*/
@Deprecated
public class Flexo extends Robot
{
public ThreadGroup flexoThreads = new ThreadGroup("flexo");

View File

@@ -34,7 +34,10 @@ import java.util.Random;
import java.util.logging.Logger;
import net.runelite.api.Constants;
import net.runelite.client.ui.ClientUI;
/**
* @deprecated This will be removed on 02/16/2020
*/
@Deprecated
public class FlexoMouse
{