Esempio n. 1
0
 private void Dummy()
 {
     CustomControl = new UIWallPlacer(vm, World, this, new List <int>());
     CustomControl = new UIFloorPainter(vm, World, this, new List <int>());
     CustomControl = new UIWallPainter(vm, World, this, new List <int>());
     CustomControl = new UIGrassPaint(vm, World, this, new List <int>());
     CustomControl = new UIRoofer(vm, World, this, new List <int>());
     CustomControl = new UITerrainFlatten(vm, World, this, new List <int>());
     CustomControl = new UITerrainRaiser(vm, World, this, new List <int>());
 }