xels/simulation/vec2.go

7 lines
58 B
Go
Raw Permalink Normal View History

2025-08-21 18:16:10 +02:00
package simulation
type Vector2 struct {
X int
Y int
}