Add new configMigrator class, update allpay

This commit is contained in:
Eric Stokes 2011-07-12 21:13:56 -06:00
parent 6d61e7e419
commit 3856d6777c
2 changed files with 9 additions and 1 deletions

@ -1 +1 @@
Subproject commit a1624c1ed3977fc3170df5e5b847355e1e054e11
Subproject commit 48f6246236f4186db020696bfdcc43ce3abea915

View File

@ -0,0 +1,8 @@
package com.onarandombox.MultiverseCore;
public class MVConfigMigrator {
private MultiverseCore core;
public MVConfigMigrator(MultiverseCore core) {
this.core = core;
}
}