C# Class Sakuno.KanColle.Amatsukaze.Game.Services.Records.QuestProgressRecords

Inheritance: RecordsGroup
Show file Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Protected Methods

Method Description
CreateTable ( ) : void

Private Methods

Method Description
DeleteRecord ( int rpID ) : void
InsertRecord ( RawQuest rpQuest, int rpProgress ) : void
QuestProgressRecords ( SQLiteConnection rpConnection ) : Sakuno.Collections
Reload ( ) : ProgressInfo>.HybridDictionary
UpdateProgress ( ProgressInfo rpProgress ) : void
UpdateResetType ( ProgressInfo rpProgress ) : void
UpdateState ( ProgressInfo rpProgress ) : void

Method Details

CreateTable() protected method

protected CreateTable ( ) : void
return void