vampire-like/Assets/GameMain/Scripts/UI/GameScene/Context/HudFormContext.cs

10 lines
152 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace UI
{
public class HudFormContext : UIContext
{
}
}