feat(ui): enhance user session management with interaction reset and locking
This commit is contained in:
@@ -28,4 +28,8 @@ class UserSession(user: User, val host: Boolean) extends PlayerSession {
|
||||
|
||||
override def name: String = user.name
|
||||
|
||||
def resetCanInteract(): Unit = {
|
||||
canInteract = None
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user