dev: Changed some namespaces. Pushing tags, Releasing 5.0.3

This commit is contained in:
Kwoth
2024-05-10 05:56:02 +00:00
parent 40528150f7
commit 6f4cbddcad
21 changed files with 29 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Betdraw;
namespace NadekoBot.Modules.Gambling.Betdraw;
public enum BetdrawColorGuess
{

View File

@@ -1,4 +1,6 @@
namespace Nadeko.Econ.Gambling.Betdraw;
using Nadeko.Econ;
namespace NadekoBot.Modules.Gambling.Betdraw;
public sealed class BetdrawGame
{

View File

@@ -1,4 +1,6 @@
namespace Nadeko.Econ.Gambling.Betdraw;
using Nadeko.Econ;
namespace NadekoBot.Modules.Gambling.Betdraw;
public readonly struct BetdrawResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Betdraw;
namespace NadekoBot.Modules.Gambling.Betdraw;
public enum BetdrawResultType
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Betdraw;
namespace NadekoBot.Modules.Gambling.Betdraw;
public enum BetdrawValueGuess
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public sealed class BetflipGame
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct BetflipResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public sealed class BetrollGame
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct BetrollResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling.Rps;
namespace NadekoBot.Modules.Gambling.Rps;
public sealed class RpsGame
{

View File

@@ -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

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct SlotResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public readonly struct LuLaResult
{

View File

@@ -1,4 +1,4 @@
namespace Nadeko.Econ.Gambling;
namespace NadekoBot.Modules.Gambling;
public sealed class LulaGame
{