mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-03-19 18:32:49 +01:00
just fill up the pages code,not test yet
This commit is contained in:
21
sysgo/UI/plugin.go
Normal file
21
sysgo/UI/plugin.go
Normal file
@@ -0,0 +1,21 @@
|
||||
package UI
|
||||
|
||||
|
||||
type PluginInterface {
|
||||
Init(screen *MainScreen)
|
||||
Run(screen *MainScreen)
|
||||
}
|
||||
|
||||
type Plugin struct {
|
||||
|
||||
}
|
||||
|
||||
|
||||
func (self *Plugin) Init( screen *MainScreen) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
func (self *Plugin) Run( screen *MainScreen) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user