Exemplo n.º 1
0
        uint[] temp = new uint[7]; /* allocating this on the fly actually hurts our profile */

        #endregion Fields

        #region Constructors

        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;
 }