public static GameObject GetVfx(string name)
 {
     return(gameObjectList.GetVfx(name));
 }