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:
7
src/Nadeko.Econ/Gambling/Betflip/BetflipResult.cs
Normal file
7
src/Nadeko.Econ/Gambling/Betflip/BetflipResult.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
|
||||
public readonly struct BetflipResult
|
||||
{
|
||||
public decimal Won { get; init; }
|
||||
public int Side { get; init; }
|
||||
}
|
Reference in New Issue
Block a user