package models

import (
	. "dnmshared"
)

type Barrier struct {
	Boundary *Polygon2D
}