mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-29 16:37:59 +01:00
10 lines
162 B
C#
10 lines
162 B
C#
using Spine.Unity;
|
|
using UnityEngine;
|
|
|
|
namespace Fie.UI
|
|
{
|
|
[RequireComponent(typeof(SkeletonAnimation))]
|
|
public class FieGameUISplitLine : FieGameUIBase
|
|
{
|
|
}
|
|
}
|