Files
2026-04-25 23:37:10 +02:00

7 lines
93 B
C#

namespace RPGCoreCommon.Select
{
public interface ISelectableUI
{
}
}