mirror of
				https://gitlab.com/Kwoth/nadekobot.git
				synced 2025-11-04 00:34:26 -05:00 
			
		
		
		
	dev: Changed some namespaces. Pushing tags, Releasing 5.0.3
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
namespace Nadeko.Econ.Gambling;
 | 
			
		||||
namespace NadekoBot.Modules.Gambling;
 | 
			
		||||
 | 
			
		||||
public readonly struct FlipResult
 | 
			
		||||
{
 | 
			
		||||
 
 | 
			
		||||
@@ -11,7 +11,7 @@ using NadekoBot.Services.Currency;
 | 
			
		||||
using System.Collections.Immutable;
 | 
			
		||||
using System.Globalization;
 | 
			
		||||
using System.Text;
 | 
			
		||||
using Nadeko.Econ.Gambling.Rps;
 | 
			
		||||
using NadekoBot.Modules.Gambling.Rps;
 | 
			
		||||
using NadekoBot.Common.TypeReaders;
 | 
			
		||||
using NadekoBot.Modules.Patronage;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -7,7 +7,7 @@ using SixLabors.ImageSharp;
 | 
			
		||||
using SixLabors.ImageSharp.Drawing.Processing;
 | 
			
		||||
using SixLabors.ImageSharp.PixelFormats;
 | 
			
		||||
using SixLabors.ImageSharp.Processing;
 | 
			
		||||
using Nadeko.Econ.Gambling;
 | 
			
		||||
using NadekoBot.Modules.Gambling;
 | 
			
		||||
using NadekoBot.Common.TypeReaders;
 | 
			
		||||
using Color = SixLabors.ImageSharp.Color;
 | 
			
		||||
using Image = SixLabors.ImageSharp.Image;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#nullable disable
 | 
			
		||||
using Nadeko.Econ.Gambling;
 | 
			
		||||
using Nadeko.Econ.Gambling.Betdraw;
 | 
			
		||||
using Nadeko.Econ.Gambling.Rps;
 | 
			
		||||
using NadekoBot.Modules.Gambling;
 | 
			
		||||
using NadekoBot.Modules.Gambling.Betdraw;
 | 
			
		||||
using NadekoBot.Modules.Gambling.Rps;
 | 
			
		||||
using OneOf;
 | 
			
		||||
 | 
			
		||||
namespace NadekoBot.Modules.Gambling;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
#nullable disable
 | 
			
		||||
using Nadeko.Econ.Gambling;
 | 
			
		||||
using Nadeko.Econ.Gambling.Betdraw;
 | 
			
		||||
using Nadeko.Econ.Gambling.Rps;
 | 
			
		||||
using NadekoBot.Modules.Gambling;
 | 
			
		||||
using NadekoBot.Modules.Gambling.Betdraw;
 | 
			
		||||
using NadekoBot.Modules.Gambling.Rps;
 | 
			
		||||
using NadekoBot.Modules.Gambling.Services;
 | 
			
		||||
using OneOf;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
        <Nullable>enable</Nullable>
 | 
			
		||||
        <ImplicitUsings>true</ImplicitUsings>
 | 
			
		||||
        <SatelliteResourceLanguages>en</SatelliteResourceLanguages>
 | 
			
		||||
        <Version>5.0.2</Version>
 | 
			
		||||
        <Version>5.0.3</Version>
 | 
			
		||||
 | 
			
		||||
        <!-- Output/build -->
 | 
			
		||||
        <RunWorkingDirectory>$(MSBuildProjectDirectory)</RunWorkingDirectory>
 | 
			
		||||
 
 | 
			
		||||
@@ -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