Dwarrowdelf.DeathReport.DeathReport C# (CSharp) Method

DeathReport() public method

public DeathReport ( ILivingObject living ) : System
living ILivingObject
return System
        public DeathReport(ILivingObject living)
            : base(living)
        {
        }
DeathReport