cache: add getter for npcs list
This commit is contained in:
@@ -61,6 +61,11 @@ public class NpcManager
|
|||||||
npcs.add(npc);
|
npcs.add(npc);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public List<NpcDefinition> getNpcs()
|
||||||
|
{
|
||||||
|
return npcs;
|
||||||
|
}
|
||||||
|
|
||||||
public void dump(File out) throws IOException
|
public void dump(File out) throws IOException
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user