parity to formatting
This commit is contained in:
@@ -8,7 +8,6 @@ type deathmatch struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (g *deathmatch) setup(gg *game) {
|
func (g *deathmatch) setup(gg *game) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (g *deathmatch) gameOver(gg *game) (bool, *GameOver) {
|
func (g *deathmatch) gameOver(gg *game) (bool, *GameOver) {
|
||||||
@@ -43,5 +42,4 @@ func (g *deathmatch) gameOver(gg *game) (bool, *GameOver) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (g *deathmatch) tick(gg *game, payload *Boardstate) {
|
func (g *deathmatch) tick(gg *game, payload *Boardstate) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user