NLDClient-yudde/ProjectNLD/Assets/Code/Scripts/Gameplay/Show/IShow.cs

13 lines
218 B
C#

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