HAARFTE/Assets/DemoGame/GameScript/Hotfix/UI/Logic/BlackUI.cs

7 lines
94 B
C#

namespace ZC
{
[UIType(UIType.BlackUI)]
public class BlackUI : UIBase
{
}
}