xels/simulation/vec2.go
2025-08-21 18:16:10 +02:00

6 lines
58 B
Go

package simulation
type Vector2 struct {
X int
Y int
}