コード例 #1
0
 public DBCharacterLogin InitByBase(ulong characterId, object[] args = null)
 {
     return(mImpl.InitByBase(this, characterId, args));
 }