mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
Improve integration with Live2D assets
This commit is contained in:
@ -0,0 +1,10 @@
|
||||
using AssetStudio;
|
||||
|
||||
namespace CubismLive2DExtractor.CubismUnityClasses
|
||||
{
|
||||
public sealed class CubismFadeMotionList : MonoBehaviour
|
||||
{
|
||||
public int[] MotionInstanceIds { get; set; }
|
||||
public PPtr<CubismFadeMotionData>[] CubismFadeMotionObjects { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user