mirror of
https://github.com/genxium/DelayNoMore
synced 2025-01-14 06:51:32 +00:00
10 lines
101 B
Go
10 lines
101 B
Go
package models
|
|
|
|
import (
|
|
. "dnmshared/sharedprotos"
|
|
)
|
|
|
|
type Barrier struct {
|
|
Boundary *Polygon2D
|
|
}
|