update RigConfig

This commit is contained in:
MihailRis
2024-07-01 05:30:27 +03:00
parent 1b41a75cf4
commit beac332c96
15 changed files with 230 additions and 62 deletions
+8 -7
View File
@@ -20,13 +20,14 @@ namespace dynamic {
}
enum class AssetType {
texture,
shader,
font,
atlas,
layout,
sound,
model,
TEXTURE,
SHADER,
FONT,
ATLAS,
LAYOUT,
SOUND,
MODEL,
RIG,
};
class ResPaths;