Add basic language support for final text

This commit is contained in:
Christoph Hagen
2021-12-21 09:53:20 +01:00
parent 5d6ad89b56
commit fa1be9485e
5 changed files with 126 additions and 0 deletions

View File

@ -12,6 +12,8 @@ class AbstractTable<TablePlayer> where TablePlayer: Player {
/// Indicates that the table is visible to all players, and can be joined by anyone
let isPublic: Bool
let language: SupportedLanguage = .german
/**
The players sitting at the table.