feat(ui): UI now shows player names instead of their id
This commit is contained in:
@@ -7,6 +7,7 @@ import java.util.UUID
|
||||
trait PlayerSession {
|
||||
|
||||
def id: UUID
|
||||
def name: String
|
||||
def updatePlayer(event: SimpleEvent): Unit
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user