DatabasePlugin: add interface DatabaseListener
Allow database plugins to announce that they have been modified.
This commit is contained in:
@@ -48,3 +48,9 @@ Instance::SyncWithPlayer()
|
||||
{
|
||||
partition->SyncWithPlayer();
|
||||
}
|
||||
|
||||
void
|
||||
Instance::OnDatabaseModified()
|
||||
{
|
||||
DatabaseModified();
|
||||
}
|
||||
|
Reference in New Issue
Block a user