feat(websocket)!: Implement WebSocket connection and event handling
This commit is contained in:
@@ -6,9 +6,9 @@ import de.knockoutwhist.utils.events.SimpleEvent
|
||||
import java.util.UUID
|
||||
|
||||
case class SimpleSession(id: UUID, player: AbstractPlayer) extends PlayerSession {
|
||||
|
||||
|
||||
def name: String = player.name
|
||||
|
||||
|
||||
override def updatePlayer(event: SimpleEvent): Unit = {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user