removed unused struct
This commit is contained in:
parent
33c08abbc5
commit
0cc03e5768
5
robot.go
5
robot.go
@ -1,10 +1,5 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
type weapon struct {
|
|
||||||
Strength float64 `json:"strength"`
|
|
||||||
Radius float64 `json:"radius"`
|
|
||||||
}
|
|
||||||
|
|
||||||
// XXX: this needs to go into game somehow
|
// XXX: this needs to go into game somehow
|
||||||
// func (p *bot.Projectile) nudge() {
|
// func (p *bot.Projectile) nudge() {
|
||||||
// newPos := move(p.Position, p.MoveTo, float64(p.Speed), delta)
|
// newPos := move(p.Position, p.MoveTo, float64(p.Speed), delta)
|
||||||
|
Loading…
Reference in New Issue
Block a user