using System;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;

public class ShowXFSSWin : BaseButton
{
    public override void RespondFun()
    {
        transform.parent.Find("SheShiXianYinWin").gameObject.SetActive(true);
    }
}