removed unused struct

This commit is contained in:
Stephen McQuay 2013-09-04 00:04:28 -07:00
parent 33c08abbc5
commit 0cc03e5768
1 changed files with 0 additions and 5 deletions

View File

@ -1,10 +1,5 @@
package main
type weapon struct {
Strength float64 `json:"strength"`
Radius float64 `json:"radius"`
}
// XXX: this needs to go into game somehow
// func (p *bot.Projectile) nudge() {
// newPos := move(p.Position, p.MoveTo, float64(p.Speed), delta)