Constructor RequirementConfig
| Improve this Doc View SourceRequirementConfig()
Creates a new requirement config with default values.
Declaration
public RequirementConfig()
RequirementConfig(string, int, int, bool)
Creates a new requirement config with the given values.
Declaration
public RequirementConfig(string item, int amount, int amountPerLevel = 0, bool recover = false)
Parameters
Type | Name | Description |
---|---|---|
string | item | |
int | amount | |
int | amountPerLevel | |
bool | recover |