public static void RemoveGlowObject(Glowable glowable) { GlowableList.Remove(glowable); }
public static void AddGlowObject(Glowable glowable) { GlowableList.Add(glowable); }