continue tomorrow

This commit is contained in:
cuu
2018-06-14 22:53:10 +08:00
parent 39732c6221
commit b06a60ec38
10 changed files with 512 additions and 8 deletions

View File

@@ -0,0 +1,16 @@
package main
import (
"../../UI"
)
type HelloWorldPlugin struct {
UI.Plugin
}