ZK_Framework/Assets/Scripts/Game/UI/Logic/GameUI.cs

7 lines
91 B
C#

namespace Game
{
[UIType(UIType.GameUI)]
public class GameUI : UIBase
{
}
}