mirror of
https://github.com/genxium/DelayNoMore
synced 2025-01-14 23:11:25 +00:00
6 lines
67 B
Go
6 lines
67 B
Go
|
package models
|
||
|
|
||
|
type Barrier struct {
|
||
|
Boundary *Polygon2D
|
||
|
}
|