package org.stardustmodding.rs4j.util;

public interface NativeClass {
    long getPointer();
}
