airobot/lib/param.go
2022-12-09 18:41:12 +08:00

7 lines
66 B
Go

package lib
type SceneParam struct {
Name string
Desc string
}