Improve integration with Live2D assets

This commit is contained in:
VaDiM
2024-12-07 15:35:01 +03:00
parent 59db27de3a
commit 064f5cbe57
37 changed files with 1425 additions and 648 deletions

View File

@ -0,0 +1,8 @@
namespace CubismLive2DExtractor
{
public enum Live2DModelGroupOption
{
ContainerPath,
SourceFileName,
}
}