6 lines
67 B
Go
Raw Normal View History

2022-09-20 23:50:01 +08:00
package models
type Barrier struct {
Boundary *Polygon2D
}