配置表接入和升级服务器框架到最新版
This commit is contained in:
@@ -7,6 +7,7 @@ using Fantasy.Helper;
|
||||
using Fantasy.Serialize;
|
||||
using NB.Game;
|
||||
using NB.Map;
|
||||
using NBF;
|
||||
using ProtoBuf;
|
||||
|
||||
namespace NB;
|
||||
@@ -86,6 +87,8 @@ public sealed class OnCreateSceneEvent : AsyncEventSystem<OnCreateScene>
|
||||
}
|
||||
case SceneType.Game:
|
||||
{
|
||||
var rod = RodConfig.Get(30001);
|
||||
Log.Info("rod config id="+rod.Id);
|
||||
// // Begins transaction
|
||||
// using (var session = mongoClient.StartSession())
|
||||
// {
|
||||
|
||||
Reference in New Issue
Block a user