namespace Gameplay.Skill
{
public class PlayEffectConfigData
public int id;
public string effectPath;
}