10 lines
122 B
Go
10 lines
122 B
Go
package ui
|
|
|
|
type OverlayBase struct {
|
|
ControlBase
|
|
}
|
|
|
|
func (o *OverlayBase) Hidden() {}
|
|
|
|
func (o *OverlayBase) Shown() {}
|