Files
survive/gamedata/gameinputs.go

14 lines
216 B
Go
Raw Normal View History

package gamedata
type GameInputs struct {
2024-11-21 16:26:25 -05:00
XAxis float64
YAxis float64
ShotAngle float64
Shot bool
Start bool
Charge bool
Quit bool
Reset bool
CycleWeapon bool
}