2022-11-09 14:20:26 +08:00

10 lines
101 B
Go

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