10 lines
101 B
Go
Raw Normal View History

2022-09-20 23:50:01 +08:00
package models
import (
2022-11-09 14:20:26 +08:00
. "dnmshared/sharedprotos"
)
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
}