贵港中石油多角色网上演练
 
 
 

14 lines
284 B

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class OverAllCloseButton : BaseButton
{
public Transform overAllReportPanel;
public override void RespondFun()
{
overAllReportPanel.gameObject.SetActive(false);
}
}