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