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