ContractPrestige Type - jrossignol/ContractConfigurator GitHub Wiki
The ContractPrestige type is an enumeration with the following valid values:
- Trivial
- Significant
- Exceptional
Methods
| Method Signature | Description |
|---|---|
double Multiplier()
|
Gets the multiplier for this prestige level. |
Global Functions
| Function Signature | Description |
|---|---|
ContractPrestige Prestige()
|
Gets the prestige value of the current contract. |
ContractPrestige ContractPrestige(string identifier)
|
Returns the ContractPrestige for the given identifier. |