fix:1、添加项目。2、基本箭头生成
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
using Spine.Unity;
|
||||
|
||||
public enum HomePropType
|
||||
{
|
||||
Gold,
|
||||
Remove,
|
||||
Undo,
|
||||
Refresh,
|
||||
}
|
||||
|
||||
public class HonePropData
|
||||
{
|
||||
public SkeletonAnimation SkeletonAnimation;
|
||||
public HomePropType PropType;
|
||||
}
|
||||
Reference in New Issue
Block a user