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