WarTornLands.Entities.Modules.Collide.CollisionShape.RectangleCollisionShape.RectangleCollisionShape C# (CSharp) Method

RectangleCollisionShape() public method

public RectangleCollisionShape ( Rectangle shape ) : System
shape Microsoft.Xna.Framework.Rectangle
return System
        public RectangleCollisionShape(Rectangle shape)
        {
            _shape = shape;
        }
RectangleCollisionShape