public static ParticleSystem GetAbilityVfx(string name)
 {
     return(gameObjectList.GetAbilityVfx(name));
 }