12 lines
107 B
Go
12 lines
107 B
Go
|
package main
|
||
|
|
||
|
import (
|
||
|
"vultras.su/core/gg"
|
||
|
)
|
||
|
|
||
|
type Text struct {
|
||
|
gg.Text
|
||
|
}
|
||
|
|
||
|
//func (txt *Text) Update()
|