CTT/Unity/Assets/HotfixView/Entity/Hud.cs

7 lines
99 B
C#

namespace ET
{
public class Hud:Entity
{
public FUI_HeadTitleInfo hudUI;
}
}