Remove unused imports
This commit is contained in:
@@ -24,8 +24,6 @@
|
|||||||
*/
|
*/
|
||||||
package net.runelite.api;
|
package net.runelite.api;
|
||||||
|
|
||||||
import java.time.Duration;
|
|
||||||
|
|
||||||
public interface Projectile extends Renderable
|
public interface Projectile extends Renderable
|
||||||
{
|
{
|
||||||
int getId();
|
int getId();
|
||||||
|
|||||||
@@ -24,8 +24,6 @@
|
|||||||
*/
|
*/
|
||||||
package net.runelite.rs.api;
|
package net.runelite.rs.api;
|
||||||
|
|
||||||
import net.runelite.mapping.Import;
|
|
||||||
|
|
||||||
public interface RSCacheableNode extends RSNode
|
public interface RSCacheableNode extends RSNode
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user