mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
More work on gambling
This commit is contained in:
8
src/Nadeko.Econ/Gambling/Slot/SlotResult.cs
Normal file
8
src/Nadeko.Econ/Gambling/Slot/SlotResult.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
|
||||
public readonly struct SlotResult
|
||||
{
|
||||
public decimal Multiplier { get; init; }
|
||||
public int[] Rolls { get; init; }
|
||||
public decimal Won { get; init; }
|
||||
}
|
Reference in New Issue
Block a user