Schafkopf-Server/Sources/App/Model/Games/GameConvertible.swift

7 lines
76 B
Swift
Raw Normal View History

2021-12-18 15:08:43 +01:00
import Foundation
protocol GameConvertible {
var id: GameId { get }
}