10 lines
88 B
Go

package models
import (
. "dnmshared"
)
type Barrier struct {
Boundary *Polygon2D
}