示例#1
0
 static DbAgent()
 {
     m_AccountDb = new KOAccount();
 }
示例#2
0
 static DbAgent()
 {
     m_AccountDb = new KOAccount();
     m_GameDb    = new ServerDB();
 }