Files
2025-09-23 11:18:38 +08:00

12 lines
153 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace Stary.Evo
{
public interface IBindableUI
{
}
}