Files
2026-05-20 12:01:19 +08:00

16 lines
207 B
C#

using Spine.Unity;
public enum HomePropType
{
Gold,
Remove,
Undo,
Refresh,
}
public class HonePropData
{
public SkeletonAnimation SkeletonAnimation;
public HomePropType PropType;
}