Files
fluids/gamedata/vector.go
2025-11-27 22:50:36 -05:00

7 lines
63 B
Go

package gamedata
type Vector struct {
X float64
Y float64
}