//private List<Bee> retiredBees = new List<Bee>(); public Renderer(World world, HiveForm hiveForm, FieldForm fieldForm) { this.world = world; this.hiveForm = hiveForm; this.fieldForm = fieldForm; hiveForm.Renderer = this; fieldForm.Renderer = this; InitializeImages(); }