.slot should now show correct messages if multipliers are changed in the config

This commit is contained in:
Kwoth
2022-07-13 04:01:56 +02:00
parent 251d5a4df4
commit f3ed14de5b
6 changed files with 53 additions and 55 deletions

View File

@@ -5,4 +5,5 @@ public readonly struct SlotResult
public decimal Multiplier { get; init; }
public int[] Rolls { get; init; }
public decimal Won { get; init; }
public SlotWinType WinType { get; init; }
}