mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
.slot should now show correct messages if multipliers are changed in the config
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user