Files
2026-05-26 16:15:54 +08:00

8 lines
99 B
C#

public interface IUIRedPoint
{
public void SetRedPointState(bool state)
{
}
}