DigglesTool/pkg/threedb/material.go
2024-07-19 10:21:26 +03:00

7 lines
80 B
Go

package threedb
type Material struct {
Name, Path string
Unknown uint32
}