Skip to content

Commit 687522a

Browse files
committed
up
1 parent 081d41c commit 687522a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KBEngineArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class KBEngineArgs
3636
public MessageLengthEx RECV_BUFFER_MAX = NetworkInterface.TCP_PACKET_MAX;
3737

3838
// 是否多线程启动
39-
public isMultiThreads = false;
39+
public bool isMultiThreads = false;
4040

4141
// 只在多线程模式启用
4242
// 主循环tick间隔

0 commit comments

Comments
 (0)