Package io.gs2.matchmaking.model
Class GameResult
java.lang.Object
io.gs2.matchmaking.model.GameResult
- All Implemented Interfaces:
IModel,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic GameResultfromJson(com.fasterxml.jackson.databind.JsonNode data) getRank()inthashCode()voidvoidcom.fasterxml.jackson.databind.JsonNodetoJson()withUserId(String userId)
-
Constructor Details
-
GameResult
public GameResult()
-
-
Method Details