10 lines
88 B
Go
Raw Normal View History

2022-09-20 23:50:01 +08:00
package models
import (
. "dnmshared"
)
2022-09-20 23:50:01 +08:00
type Barrier struct {
2022-10-01 20:45:38 +08:00
Boundary *Polygon2D
2022-09-20 23:50:01 +08:00
}