starter repo
This commit is contained in:
13
internal/routing/models.go
Normal file
13
internal/routing/models.go
Normal file
@@ -0,0 +1,13 @@
|
||||
package routing
|
||||
|
||||
import "time"
|
||||
|
||||
type PlayingState struct {
|
||||
IsPaused bool
|
||||
}
|
||||
|
||||
type GameLog struct {
|
||||
CurrentTime time.Time
|
||||
Message string
|
||||
Username string
|
||||
}
|
||||
Reference in New Issue
Block a user