Exemplo n.º 1
0
 public WaterPaletteRotation(World world, WaterPaletteRotationInfo info)
 {
     this.world = world;
     this.info = info;
 }
Exemplo n.º 2
0
 public WaterPaletteRotation(World world, WaterPaletteRotationInfo info)
 {
     this.world = world;
     this.info  = info;
 }
Exemplo n.º 3
0
 public WaterPaletteRotation(WaterPaletteRotationInfo info)
 {
     this.info = info;
 }