summaryrefslogtreecommitdiff
path: root/engine/Dynamic/Descriptors/Textures.go
blob: 9d480ee9d4da4932348d994d61aa8270ceb2e947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
package descriptors

const TexturesDescriptorDirectoryName string = "Textures"
const TexturesDescriptorFileName string = "Meta.json"

type TexturesDescriptor struct {
	Avaliable []string
}

func IsValid() error {
	return nil
}