Files
MRCS/Assets/_MrCs/Scripts/UI/ResultPanel.cs
2025-11-04 14:51:46 +08:00

10 lines
135 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using XUI;
public class ResultPanel : UIBehaviour
{
}