parent
0600cb66ab
commit
1c315072a6
1 changed files with 13 additions and 0 deletions
@ -0,0 +1,13 @@ |
||||
package room |
||||
|
||||
import "daydev.org/shipsgs/internal/player" |
||||
|
||||
type Room struct { |
||||
Name string `json:"Name"` |
||||
|
||||
//Players
|
||||
players map[*player.Player]bool |
||||
|
||||
//Room state
|
||||
|
||||
} |
Loading…
Reference in new issue