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 SourceAmount
Declaration
public int Amount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
AmountPerLevel
Declaration
public int AmountPerLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Item
Declaration
public string Item { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Recover
Declaration
public bool Recover { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Methods
| Improve this Doc View SourceGetPieceRequirement()
Declaration
public Piece.Requirement GetPieceRequirement()
Returns
| Type | Description |
|---|---|
| Piece.Requirement |