fix chat
parent
53a7e11936
commit
04346a65b1
@ -1,8 +1,12 @@
|
|||||||
package app
|
package app
|
||||||
|
|
||||||
import "github.com/jordanorelli/astro-domu/internal/wire"
|
import (
|
||||||
|
"github.com/jordanorelli/astro-domu/internal/sim"
|
||||||
|
"github.com/jordanorelli/astro-domu/internal/wire"
|
||||||
|
)
|
||||||
|
|
||||||
type state struct {
|
type state struct {
|
||||||
playerName string
|
playerName string
|
||||||
room *wire.Room
|
room *wire.Room
|
||||||
|
history []sim.ChatMessage
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue