protected void SetBuffEffectColor(Color color)
 {
     if (buffEffect != null)
     {
         buffEffect.SetBuffColor(color);
     }
 }