initial commit
This commit is contained in:
15
controller/controller.go
Normal file
15
controller/controller.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package controller
|
||||
|
||||
import "game/domain"
|
||||
|
||||
type Controller struct {
|
||||
Context domain.Context
|
||||
}
|
||||
|
||||
func (c Controller) Init() {
|
||||
|
||||
}
|
||||
|
||||
func (c Controller) Start() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user