convert between save.Chunk and level.Chunk

This commit is contained in:
Tnze
2021-12-20 01:50:31 +08:00
parent 8eaae6a202
commit 5bc8513039
7 changed files with 143 additions and 93 deletions

View File

@ -23,7 +23,7 @@ type GamePlay interface {
type Game struct {
eid int32
Dim Dimension
Dim Level
*PlayerList
}