feat(user-sessions): introduce GameLobby and GameUtil for session management and code generation
This commit is contained in:
8
knockoutwhistweb/app/model/sessions/UserSession.scala
Normal file
8
knockoutwhistweb/app/model/sessions/UserSession.scala
Normal file
@@ -0,0 +1,8 @@
|
||||
package model.sessions
|
||||
|
||||
import de.knockoutwhist.player.AbstractPlayer
|
||||
import java.util.UUID
|
||||
|
||||
class UserSession(id: UUID, player: AbstractPlayer) extends SimpleSession(id, player) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user