mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-13 02:38:27 -04:00
Reorganizing module and submodule folders
This commit is contained in:
10
src/NadekoBot/Modules/Gambling/~Shared/SlotResponse.cs
Normal file
10
src/NadekoBot/Modules/Gambling/~Shared/SlotResponse.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
#nullable disable
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public class SlotResponse
|
||||
{
|
||||
public float Multiplier { get; set; }
|
||||
public long Won { get; set; }
|
||||
public List<int> Rolls { get; set; } = new();
|
||||
public GamblingError Error { get; set; }
|
||||
}
|
Reference in New Issue
Block a user