File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
<root >
2
+ <!--
3
+ 服务端配置({assets}/res/server/kbengine.xml)
4
+
5
+ 如果你需要改变引擎设置, 请在({assets}/res/server/kbengine.xml)中覆盖kbe/res/server/kbengine_defs.xml的对应参数来修改,
6
+ 这样的好处是不会破坏引擎的默认设置,在你更新引擎时也不会产生冲突,以及在多个逻辑项目时不会影响到其他的项目设置。
7
+ 详细说明请参考:http://kbengine.org/cn/docs/configuration/kbengine.html
8
+ -->
9
+
2
10
<trace_packet >
3
11
<debug_type >0</debug_type >
4
12
</trace_packet >
Original file line number Diff line number Diff line change 1
1
<root >
2
+ <!--
3
+ 实体注册文件(<你的资产库>/scripts/entities.xml)
4
+ 详细说明请参考:http://kbengine.org/cn/docs/configuration/entities.html
5
+ http://www.kbengine.org/cn/docs/programming/entitydef.html
6
+ -->
7
+
2
8
<Account hasClient =" true" ></Account >
3
9
<Avatar hasClient =" true" ></Avatar > <!-- <Avatar hasCell="true" hasBase="true" hasClient="true"></Avatar> -->
4
10
<Monster hasClient =" true" ></Monster >
You can’t perform that action at this time.
0 commit comments