Explorar o código

统计数据转存部分增加对客户端上报日志的转存代码.

王刚 %!s(int64=3) %!d(string=hai) anos
pai
achega
ce668234de
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      CSserver/Lib1/Config.cs

+ 2 - 0
CSserver/Lib1/Config.cs

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