Class GameClientState

java.lang.Object
com.pixelmonmod.tcg.duel.state.GameCommonState
com.pixelmonmod.tcg.duel.state.GameClientState

public class GameClientState extends GameCommonState
Created by SamPlummer on 20/04/2016.
  • Constructor Details

    • GameClientState

      public GameClientState()
    • GameClientState

      public GameClientState(GameServerState server)
      This is a Shim to allow Trainer logic on server to have the same logic as those on client
      Parameters:
      server -
  • Method Details