14 lines
226 B
C#
14 lines
226 B
C#
|
|
using MetaAssets;
|
|
using ServerCommon;
|
|
using ServerCore; using ServerBase;
|
|
using System.Collections.Concurrent;
|
|
using UGQDatabase.Models;
|
|
|
|
namespace GameServer;
|
|
|
|
public class UgqMetaManager : Singleton<UgqMetaManager>
|
|
{
|
|
|
|
}
|