feat:1、创建项目
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