초기커밋
This commit is contained in:
13
GameServer/Contents/QuestUGQ/UgqMetaManager.cs
Normal file
13
GameServer/Contents/QuestUGQ/UgqMetaManager.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
using MetaAssets;
|
||||
using ServerCommon;
|
||||
using ServerCore; using ServerBase;
|
||||
using System.Collections.Concurrent;
|
||||
using UGQDatabase.Models;
|
||||
|
||||
namespace GameServer;
|
||||
|
||||
public class UgqMetaManager : Singleton<UgqMetaManager>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user