structure tweaks
This commit is contained in:
@@ -8,19 +8,7 @@ type Player struct {
|
||||
Name string
|
||||
}
|
||||
|
||||
type GameField struct {
|
||||
Level Level
|
||||
LevelSection LevelSection
|
||||
}
|
||||
|
||||
type Position struct {
|
||||
X int
|
||||
Y int
|
||||
}
|
||||
|
||||
type Context struct {
|
||||
Player Player
|
||||
User User
|
||||
CurrentGameField GameField
|
||||
CurrentPosition Position
|
||||
Player Player
|
||||
User User
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user