mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-18 03:24:15 -04:00
Improve integration with Live2D assets
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using AssetStudio;
|
||||
|
||||
namespace CubismLive2DExtractor.CubismUnityClasses
|
||||
{
|
||||
public sealed class CubismExpressionList : MonoBehaviour
|
||||
{
|
||||
public PPtr<CubismExpressionData>[] CubismExpressionObjects { get; set; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user