This website requires JavaScript.
Explore
Help
Register
Sign In
ch
/
Schafkopf-Server
Watch
1
Star
0
Fork
0
You've already forked Schafkopf-Server
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b5cc395456
Schafkopf-Server
/
Sources
/
App
/
GameSummary
/
GameSummarizer.swift
9 lines
106 B
Swift
Raw
Normal View
History
Unescape
Escape
Add basic language support for final text
2021-12-21 09:53:20 +01:00
import
Foundation
protocol
GameSummarizer
{
Add game summary on client side
2021-12-21 11:16:54 +01:00
init
(
game
:
GameSummary
)
Add basic language support for final text
2021-12-21 09:53:20 +01:00
var
text
:
String
{
get
}
}
Reference in New Issue
Copy Permalink