Exemplo n.º 1
0
        public static void RemoveLoad(Loadout l)
        {
            Build build = Program.Builds.FirstOrDefault(b => b.ID == l.BuildID);

            BuildsPrintTo?.Invoke(null, PrintToEventArgs.GetEvent(build, "!"));
            l.Unlock();
            Loads.Remove(l);
        }