Files
plugin-library/Assets/Domain/Test/HotUpdate/Application/UIViews/UIEvent.cs
2025-09-24 15:34:24 +08:00

11 lines
126 B
C#

using System;
using System.Collections.Generic;
namespace Stary.Evo
{
public enum UIEvent
{
None,
}
}