OldBlueWater/BlueWater/Assets/Doozy/Runtime/UIManager/Components/Internal/UISelectableComponent.cs
2023-08-02 15:08:03 +09:00

8 lines
138 B
C#

namespace Doozy.Runtime.UIManager.Components.Internal
{
public abstract class UISelectableComponent
{
//removed
}
}