Schafkopf-Server/Sources/App/Results/DealCardsResult.swift
Christoph Hagen 3db9652cad Sync push
2021-12-03 18:03:29 +01:00

16 lines
184 B
Swift

import Foundation
enum PlayerActionResult {
case success
case invalidToken
case noTableJoined
case tableNotFull
case tableStateInvalid
}