示例#1
0
        public virtual bool Apply(Plant plant)
        {
            flashTimer.Start();
            plant.CurrentAnimation.Color = GMath.GammaBlend(plant.CurrentAnimation.Color, Color.Red, 0.5f);

            plant.DecreaseHP(this.Damage);
            return true;
        }