Пример #1
0
 public Renderer(World TheWorld, HiveForm hiveForm, FieldForm fieldForm)
 {
     this.world     = TheWorld;
     this.hiveForm  = hiveForm;
     this.fieldForm = fieldForm;
     InitializeImages();
 }