KnownPlayerRepository

class KnownPlayerRepository(dataSource: DataSource, databaseType: DatabaseType)

Constructors

Link copied to clipboard
constructor(dataSource: DataSource, databaseType: DatabaseType)

Functions

Link copied to clipboard
fun upsert(uniqueId: UUID, name: String)