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