mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
dev: Changed some namespaces. Pushing tags, Releasing 5.0.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling.Betdraw;
|
||||
namespace NadekoBot.Modules.Gambling.Betdraw;
|
||||
|
||||
public enum BetdrawColorGuess
|
||||
{
|
||||
|
@@ -1,4 +1,6 @@
|
||||
namespace Nadeko.Econ.Gambling.Betdraw;
|
||||
using Nadeko.Econ;
|
||||
|
||||
namespace NadekoBot.Modules.Gambling.Betdraw;
|
||||
|
||||
public sealed class BetdrawGame
|
||||
{
|
||||
|
@@ -1,4 +1,6 @@
|
||||
namespace Nadeko.Econ.Gambling.Betdraw;
|
||||
using Nadeko.Econ;
|
||||
|
||||
namespace NadekoBot.Modules.Gambling.Betdraw;
|
||||
|
||||
public readonly struct BetdrawResult
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling.Betdraw;
|
||||
namespace NadekoBot.Modules.Gambling.Betdraw;
|
||||
|
||||
public enum BetdrawResultType
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling.Betdraw;
|
||||
namespace NadekoBot.Modules.Gambling.Betdraw;
|
||||
|
||||
public enum BetdrawValueGuess
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public sealed class BetflipGame
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public readonly struct BetflipResult
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public sealed class BetrollGame
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public readonly struct BetrollResult
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling.Rps;
|
||||
namespace NadekoBot.Modules.Gambling.Rps;
|
||||
|
||||
public sealed class RpsGame
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
//here is a payout chart
|
||||
//https://lh6.googleusercontent.com/-i1hjAJy_kN4/UswKxmhrbPI/AAAAAAAAB1U/82wq_4ZZc-Y/DE6B0895-6FC1-48BE-AC4F-14D1B91AB75B.jpg
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public readonly struct SlotResult
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public readonly struct LuLaResult
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
namespace Nadeko.Econ.Gambling;
|
||||
namespace NadekoBot.Modules.Gambling;
|
||||
|
||||
public sealed class LulaGame
|
||||
{
|
||||
|
Reference in New Issue
Block a user