Package org.seattlegamer.spacegame.messages

Examples of org.seattlegamer.spacegame.messages.PlayerStatsReport


    //TODO: hack for testing. input will be assigned turn-based.
    if(playerNumber == 1) {
      this.bus.broadcast(new ComponentAddition(new PlayerInput(bus, playerEntityId)));
    }

    bus.send(new PlayerStatsReport(playerEntityId, name, STARTING_HEALTH), hudEntityId);

  }
View Full Code Here

TOP

Related Classes of org.seattlegamer.spacegame.messages.PlayerStatsReport

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.