2020-03-27 20:32:56 +08:00

10 lines
117 B
Go

package texture
// SaveModel 贴图保存模型
type SaveModel struct {
// ID
ID string
// 名称
Name string
}