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