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