Schafkopf-Server/Sources/App/Model/GameConvertible.swift
2021-12-18 15:08:43 +01:00

7 lines
76 B
Swift

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