mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
Killed history
This commit is contained in:
11
NadekoBot.Core/Modules/Gambling/Services/BlackJackService.cs
Normal file
11
NadekoBot.Core/Modules/Gambling/Services/BlackJackService.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using NadekoBot.Core.Modules.Gambling.Common.Blackjack;
|
||||
using NadekoBot.Core.Services;
|
||||
using System.Collections.Concurrent;
|
||||
|
||||
namespace NadekoBot.Core.Modules.Gambling.Services
|
||||
{
|
||||
public class BlackJackService : INService
|
||||
{
|
||||
public ConcurrentDictionary<ulong, Blackjack> Games { get; } = new ConcurrentDictionary<ulong, Blackjack>();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user