mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
8 lines
195 B
C#
8 lines
195 B
C#
namespace Nadeko.Econ.Gambling;
|
|
|
|
public readonly struct BetflipResult
|
|
{
|
|
public decimal Won { get; init; }
|
|
public byte Side { get; init; }
|
|
public decimal Multiplier { get; init; }
|
|
} |