Package marauroa.server.game.dbcommand

Examples of marauroa.server.game.dbcommand.StoreCharacterCommand


  public void storeRPObject(RPObject player) throws SQLException, IOException {
    // And update the entry
    object = player;

    // We store the object in the database
    DBCommand command = new StoreCharacterCommand(username, character, player);
    DBCommandQueue.get().enqueue(command);
  }
View Full Code Here

TOP

Related Classes of marauroa.server.game.dbcommand.StoreCharacterCommand

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.