Class MySQLStorage


public class MySQLStorage extends SQLStorage
  • Constructor Details

    • MySQLStorage

      public MySQLStorage(LifeStealZ plugin)
  • Method Details

    • save

      public void save(PlayerData playerData)
      Description copied from class: Storage
      Saves the player data to the storage system.
      Specified by:
      save in class Storage
      Parameters:
      playerData - The player data to save.