merge dev

This commit is contained in:
phyzical
2022-03-30 19:11:34 +08:00
17 changed files with 705 additions and 445 deletions
+5
View File
@@ -232,6 +232,11 @@ interface IBitNodeMultipliers {
*/
WorldDaemonDifficulty: number;
/**
* Influences corporation dividends.
*/
CorporationSoftCap: number;
// Index signature
[key: string]: number;
}