mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 00:38:00 +00:00
8 lines
94 B
Java
8 lines
94 B
Java
package org.rev317.min.accessors;
|
|
|
|
public interface NpcDef {
|
|
|
|
public int getId();
|
|
|
|
}
|