feat : 존 기능 초기 커밋
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using MMOserver.Config;
|
||||
using MMOserver.Game.Channel.Maps;
|
||||
using MMOserver.Game.Service;
|
||||
using MMOserver.RDB;
|
||||
using Serilog;
|
||||
@@ -23,6 +24,7 @@ class Program
|
||||
.Build();
|
||||
|
||||
AppConfig.Initialize(config);
|
||||
MapLoader.Initialize();
|
||||
|
||||
// DB 연결
|
||||
// DbConnectionFactory dbFactory = new DbConnectionFactory(config);
|
||||
|
||||
Reference in New Issue
Block a user