create domains
This commit is contained in:
parent
dd87bfb173
commit
f8634f715f
10
domainUtils.go/domainTypes.go
Normal file
10
domainUtils.go/domainTypes.go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package domainutilsgo
|
||||||
|
|
||||||
|
import (
|
||||||
|
"../gameUtils"
|
||||||
|
)
|
||||||
|
|
||||||
|
type Domain struct {
|
||||||
|
ServerId string
|
||||||
|
Games []gameUtils.Game
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user