final case classBuyExosuit(exosuit: types.ExoSuitType.Value, subtype: Int = 0) extends Exchange with Product with Serializable
The Player exo-suit will be changed to the prescribed one.
The subtype will be important if the user is swapping to an ExoSuitType.MAX exo-suit.
A result of a processed request.
The
Player
exo-suit will be changed to the prescribed one. The subtype will be important if the user is swapping to anExoSuitType.MAX
exo-suit. A result of a processed request.the type of exo-suit
the exo-suit subtype, if any