Show / Hide Table of Contents

Class PieceRequirementConfig

Inheritance
System.Object
PieceRequirementConfig
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: JotunnLib.Entities
Assembly: JotunnLib.dll
Syntax
public class PieceRequirementConfig

Properties

| Improve this Doc View Source

Amount

Declaration
public int Amount { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

AmountPerLevel

Declaration
public int AmountPerLevel { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

Item

Declaration
public string Item { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Recover

Declaration
public bool Recover { get; set; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

GetPieceRequirement()

Declaration
public Piece.Requirement GetPieceRequirement()
Returns
Type Description
Piece.Requirement
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX