upstream #1
1 changed files with 10 additions and 0 deletions
|
@ -71,4 +71,14 @@ public interface NpcRegistry {
|
|||
* @param entry The npc to be registered
|
||||
*/
|
||||
void register(NpcEntry entry);
|
||||
|
||||
/**
|
||||
* Reload all saveable npcs from storage
|
||||
*/
|
||||
void reload();
|
||||
|
||||
/**
|
||||
* Save all saveable npcs to storage
|
||||
*/
|
||||
void save();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue