mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2026-08-18 17:05:11 -06:00
9 lines
201 B
Java
9 lines
201 B
Java
package org.runite.client;
|
|
|
|
import org.rs09.client.data.reference.ObjectReference;
|
|
|
|
public abstract class Class118 {
|
|
|
|
public abstract <T> ObjectReference<T> method1725(ObjectReference<T> var1);
|
|
|
|
}
|