void BuffVisualUI(BuffType type, int val, BuffSlidingUI bSUI)
 {
     Dictionary<BuffType,int> dict = new Dictionary<BuffType, int>();
     dict.Add(type, val);
     BuffUI bUI = new BuffUI(aider,dict);
     bSUI.UIItems.Add(bUI);
     bSUI.FadeInUI = true;
 }