using cfg.PlayerSkillCfg;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 演出接口
/// </summary>
public interface IShow
{
PlayerSkillType skillType { get; }
}