|
@@ -2,11 +2,13 @@
|
|
using MySql.Data.MySqlClient;
|
|
using MySql.Data.MySqlClient;
|
|
using StackExchange.Redis;
|
|
using StackExchange.Redis;
|
|
|
|
|
|
|
|
+
|
|
|
|
|
|
public class Config
|
|
public class Config
|
|
{
|
|
{
|
|
|
|
|
|
public const bool GameOnline = false;
|
|
public const bool GameOnline = false;
|
|
|
|
+
|
|
|
|
|
|
public ConfigurationOptions redis;
|
|
public ConfigurationOptions redis;
|
|
|
|
|