hch
3 天以前 4b25281b33f386b8c86b32340b684ae34402f7e5
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>();