You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.Where(x =>x.Name!=null).Where(k =>k.Name.ToString().EndsWith("FX"))// Excluding Bound Weapon FX Object Effects as they don't do a thing on non bound weapons.
77
+
.Where(x =>x.Name!=null).Where(k =>!k.Name.ToString().EndsWith("FX"))// Excluding Bound Weapon FX Object Effects as they don't do a thing on non bound weapons.
0 commit comments