mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
9 lines
137 B
C#
9 lines
137 B
C#
namespace CubismLive2DExtractor
|
|
{
|
|
public enum Live2DModelGroupOption
|
|
{
|
|
ContainerPath,
|
|
SourceFileName,
|
|
}
|
|
}
|