Dwarrowdelf.FellTreeActionReport.FellTreeActionReport C# (CSharp) Method

FellTreeActionReport() public method

public FellTreeActionReport ( ILivingObject living, Direction direction ) : System
living ILivingObject
direction Direction
return System
        public FellTreeActionReport(ILivingObject living, Direction direction)
            : base(living)
        {
            this.Direction = direction;
        }
FellTreeActionReport