mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-05-25 05:40:21 -04:00
11 lines
286 B
C#
11 lines
286 B
C#
using AssetStudio;
|
|
|
|
namespace CubismLive2DExtractor.CubismUnityClasses
|
|
{
|
|
public sealed class CubismFadeMotionList : MonoBehaviour
|
|
{
|
|
public int[] MotionInstanceIds { get; set; }
|
|
public PPtr<CubismFadeMotionData>[] CubismFadeMotionObjects { get; set; }
|
|
}
|
|
}
|