Draft: idk wtf was modified
This commit is contained in:
@@ -15,11 +15,11 @@ var (
|
||||
)
|
||||
|
||||
type Room struct {
|
||||
ID string `json:"id"`
|
||||
Creater string `json:"creater"`
|
||||
ID string `json:"id"`
|
||||
Creater string `json:"creater"`
|
||||
Status RoomStatus `json:"status"`
|
||||
Players []string `json:"players"`
|
||||
Addr string `json:"-"`
|
||||
Players []string `json:"players"`
|
||||
Addr string `json:"-"`
|
||||
}
|
||||
|
||||
func (self Room) View() string {
|
||||
|
||||
Reference in New Issue
Block a user