feat: turn generate api
This commit is contained in:
@@ -28,6 +28,10 @@ func NewCache(g *game.Game) *Cache {
|
||||
return c
|
||||
}
|
||||
|
||||
func (c *Cache) StageCommand() {
|
||||
c.g.Stage++
|
||||
}
|
||||
|
||||
func (c Cache) Stage() uint {
|
||||
return c.g.Stage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user