Rename and clean up MapleStorage

This commit is contained in:
P0nk
2021-09-09 22:51:39 +02:00
parent 18e1f6c50b
commit e9c8a82b47
4 changed files with 52 additions and 53 deletions

View File

@@ -166,7 +166,7 @@ public class Character extends AbstractCharacterObject {
private PlayerShop playerShop = null;
private Shop shop = null;
private SkinColor skinColor = SkinColor.NORMAL;
private MapleStorage storage = null;
private Storage storage = null;
private MapleTrade trade = null;
private MonsterBook monsterbook;
private CashShop cashshop;
@@ -5863,7 +5863,7 @@ public class Character extends AbstractCharacterObject {
}
}
public MapleStorage getStorage() {
public Storage getStorage() {
return storage;
}