[entertainment] add guess game

This commit is contained in:
Andriy
2023-01-18 02:07:48 +02:00
parent c61d875a6a
commit ec11cf4496
5 changed files with 145 additions and 1 deletions
+1
View File
@@ -6,5 +6,6 @@ namespace Kruzya.TelegramBot.Core.Cache
{
public bool TryGetValue(TKey key, out TValue value);
public void SetValue(TKey key, TValue value, int timeToLive);
public TValue GetOr(TKey key, TValue value);
}
}