mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-03 16:49:09 +00:00
7 lines
111 B
Java
7 lines
111 B
Java
package org.rev317.min.accessors;
|
|
|
|
public interface Npc extends Character {
|
|
|
|
public NpcDef getDef();
|
|
|
|
} |