Schafkopf-Server/Sources/App/Model/Games/GameConvertible.swift
2021-12-22 14:53:36 +01:00

7 lines
76 B
Swift

import Foundation
protocol GameConvertible {
var id: GameId { get }
}