mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2026-09-21 12:30:56 -04:00
More cleanup and restructuring, nothing of note
This commit is contained in:
@@ -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