|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GameResult | |
ks.domain | All classes within this package form the core set of concepts within the KombatSolitaire domain. |
ks.server.interfaces | All interfaces in this package are pre-defined contracts between the various system components that exist within the KombatSolitaire Server. |
Uses of GameResult in ks.domain |
Methods in ks.domain that return GameResult | |
GameResult |
Match.getGameResult()
Get GameResult (return null if not ready yet). |
Uses of GameResult in ks.server.interfaces |
Methods in ks.server.interfaces with parameters of type GameResult | |
void |
IReadonlyUserManager.updateGameStats(GameResult gr)
Updates information for the user regarding their game play. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |