Class PieceConfig
Inheritance
System.Object
PieceConfig
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 PieceConfig
Properties
| Improve this Doc View SourceDescription
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Requirements
Declaration
public PieceRequirementConfig[] Requirements { get; set; }
Property Value
Type | Description |
---|---|
PieceRequirementConfig[] |
Methods
| Improve this Doc View SourceGetRequirements()
Declaration
public Piece.Requirement[] GetRequirements()
Returns
Type | Description |
---|---|
Piece.Requirement[] |