Schafkopf-Server/Sources/App/Results/DealCardsResult.swift

16 lines
184 B
Swift
Raw Normal View History

2021-12-01 22:49:54 +01:00
import Foundation
2021-12-03 18:03:29 +01:00
enum PlayerActionResult {
2021-12-01 22:49:54 +01:00
case success
case invalidToken
case noTableJoined
case tableNotFull
case tableStateInvalid
}