mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-12 02:08:27 -04:00
More work on gambling
This commit is contained in:
7
src/NadekoBot/Modules/Gambling/FlipCoin/FlipResult.cs
Normal file
7
src/NadekoBot/Modules/Gambling/FlipCoin/FlipResult.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
|
||||
public readonly struct FlipResult
|
||||
{
|
||||
public long Won { get; init; }
|
||||
public int Side { get; init; }
|
||||
}
|
Reference in New Issue
Block a user