public Renderer(World TheWorld, HiveForm hiveForm, FieldForm fieldForm) { this.world = TheWorld; this.hiveForm = hiveForm; this.fieldForm = fieldForm; fieldForm.Renderer = this; hiveForm.Renderer = this; InitializeImages(); }
public Renderer(World world, HiveForm hiveForm, FieldForm fieldForm) { this.world = world; this.hiveForm = hiveForm; this.fieldForm = fieldForm; }