Files
ichni_Official/Assets/Scripts/Story/StoryUI/DialogUI/ChoiceButtonUI.cs

11 lines
177 B
C#
Raw Normal View History

2025-06-03 02:42:28 -04:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
2025-06-13 14:59:58 -04:00
namespace Ichni.Story.UI
2025-06-03 02:42:28 -04:00
{
2025-06-13 14:59:58 -04:00
public class ChoiceButtonUI : MonoBehaviour
2025-06-03 02:42:28 -04:00
{
}
}