mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Add new configMigrator class, update allpay
This commit is contained in:
parent
6d61e7e419
commit
3856d6777c
@ -1 +1 @@
|
||||
Subproject commit a1624c1ed3977fc3170df5e5b847355e1e054e11
|
||||
Subproject commit 48f6246236f4186db020696bfdcc43ce3abea915
|
@ -0,0 +1,8 @@
|
||||
package com.onarandombox.MultiverseCore;
|
||||
|
||||
public class MVConfigMigrator {
|
||||
private MultiverseCore core;
|
||||
public MVConfigMigrator(MultiverseCore core) {
|
||||
this.core = core;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user