public void AddSavedSwarm(string name, EntryType type, List <Color> colors, ControlScreen screen) { SavedSwarmButton entry = new SavedSwarmButton(screen, name, type, colors, screen, bgSprite); entry.Initialize(); menuEntries.Add(entry); }
public void AddSavedSwarm(string name, EntryType type, List<Color> colors, ControlScreen screen) { SavedSwarmButton entry = new SavedSwarmButton(screen, name, type, colors, screen, bgSprite); entry.Initialize(); menuEntries.Add(entry); }