OurSonic.Level.Objects.LevelObjectPieceLayout.LevelObjectPieceLayout C# (CSharp) Method

LevelObjectPieceLayout() public method

public LevelObjectPieceLayout ( string name ) : System
name string
return System
        public LevelObjectPieceLayout(string name)
        {
            Name = name;
            Width = 350;
            Height = 280;
            Pieces = new List<LevelObjectPieceLayoutPiece>();
        }