Sakuno.KanColle.Amatsukaze.Game.Services.Records.QuestProgressRecords.QuestProgressRecords C# (CSharp) Method

QuestProgressRecords() private method

private QuestProgressRecords ( SQLiteConnection rpConnection ) : Sakuno.Collections
rpConnection System.Data.SQLite.SQLiteConnection
return Sakuno.Collections
        internal QuestProgressRecords(SQLiteConnection rpConnection) : base(rpConnection)
        {
            DisposableObjects.Add(ApiService.Subscribe("api_req_quest/clearitemget", r => DeleteRecord(int.Parse(r.Parameters["api_quest_id"]))));
        }