Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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