# LobbyVisibility

Types of lobbies a player can create.

`private`: the player who created the room must share the roomId with their friends

`public`: visible in the public lobby list, anyone can join

`local`: for testing with a server running locally


## Values

| Name      | Value     |
| --------- | --------- |
| `Private` | private   |
| `Public`  | public    |
| `Local`   | local     |