Class StoreCharacterCommand

java.lang.Object
marauroa.server.db.command.AbstractDBCommand
marauroa.server.game.dbcommand.StoreCharacterCommand
All Implemented Interfaces:
DBCommand

public class StoreCharacterCommand extends AbstractDBCommand
Asynchronously stores a character's progress.
Author:
hendrik
  • Constructor Details

    • StoreCharacterCommand

      public StoreCharacterCommand(String username, String character, RPObject object)
      Asynchronously stores a character's progress
      Parameters:
      username - username
      character - charactername
      object - character object
  • Method Details