Health/Assets/_VoiceAssistant/com.richframe.frame/Runtime/UIFrame/NormalUIForm.cs

11 lines
166 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
namespace RichFrame.UIFrame
{
public class NormalUIForm : UIForm
{
}
}