コード例 #1
0
 public bool InitByDb(ulong characterId, DBCharacterLogin dbData)
 {
     return(mImpl.InitByDb(this, characterId, dbData));
 }