yyl
2025-10-09 61b188e1d59af9a1e3b4f005bd4b9211b2db97d8
Main/Component/UI/Effect/EffectPlayer.cs
@@ -61,7 +61,11 @@
    protected EffectPenetrationBlocker blocker = null;
    protected bool isInit = false;
    protected bool isPlaying = false;
    public bool isPlaying
    {
        get;
        protected set;
    }
    protected List<ParticleSystem> particleList = new List<ParticleSystem>();