Bricklayer.Common.World.BlockType.BlockType C# (CSharp) Method

BlockType() static private method

static private BlockType ( ) : System
return System
        static BlockType()
        {
            BlockList = new List<BlockType>();
            Init();
        }

Same methods

BlockType::BlockType ( string name, Layer layer, Rectangle source, BlockCollision collision = BlockCollision.Passable, TileType type = TileType.Default ) : System