Bug.GameObjects.Wall.Wall C# (CSharp) Method

Wall() public method

public Wall ( Rectangle bounds_ ) : Microsoft.Xna.Framework
bounds_ Microsoft.Xna.Framework.Rectangle
return Microsoft.Xna.Framework
        public Wall(Rectangle bounds_)
            : base(new Vector2(bounds_.X, bounds_.Y))
        {
            bounds = bounds_;
        }