mirror of
https://github.com/FriendshipIsEpic/FiE-Game.git
synced 2024-11-30 08:57:59 +01:00
11 lines
159 B
C#
11 lines
159 B
C#
|
using UnityEngine;
|
||
|
using UnityEngine.UI;
|
||
|
|
||
|
namespace Fie.UI
|
||
|
{
|
||
|
public class FieUIDefaultSelective : MonoBehaviour
|
||
|
{
|
||
|
public Selectable selectableObject;
|
||
|
}
|
||
|
}
|