mirror of
https://github.com/genxium/DelayNoMore
synced 2025-10-22 06:56:54 +00:00
Initial trial and error draft of using gopherjs.
This commit is contained in:
9
jsexport/models/barrier.go
Normal file
9
jsexport/models/barrier.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package models
|
||||
|
||||
import (
|
||||
. "dnmshared/sharedprotos"
|
||||
)
|
||||
|
||||
type Barrier struct {
|
||||
Boundary *Polygon2D
|
||||
}
|
Reference in New Issue
Block a user