Add basic language support for final text
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user