mirror of
https://github.com/clockworkpi/LauncherGoDev.git
synced 2026-04-01 17:42:49 +02:00
...
This commit is contained in:
@@ -12,10 +12,13 @@ import (
|
||||
)
|
||||
|
||||
type TextItemInterface interface{
|
||||
|
||||
IconItemInterface
|
||||
|
||||
GetBold() bool
|
||||
SetBold(bold bool)
|
||||
GetStr() string
|
||||
Draw()
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user