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

Inheritance: RecordsGroup
Datei anzeigen Open project: amatukaze/IntelligentNavalGun Class Usage Examples

Protected Methods

Method Description
CreateTable ( ) : void

Private Methods

Method Description
AddEquipmentFate ( Equipment rpEquipment, Fate rpFate ) : void
AddEquipmentFate ( IEnumerable rpEquipment, Fate rpFate, long rpTimestamp ) : void
AddShipFate ( IEnumerable rpShips, Fate rpFate, long rpTimestamp ) : void
AddShipFate ( Ship rpShip, Fate rpFate, long rpTimestamp ) : void
DeleteShipFate ( IEnumerable rpShips ) : void
FateRecords ( SQLiteConnection rpConnection ) : Sakuno.KanColle.Amatsukaze.Game.Models
ProcessBattle ( ApiInfo rpInfo ) : void
ProcessBattleResult ( ApiInfo rpInfo ) : void
ProcessCombatRation ( int rpShipIDs ) : void

Method Details

CreateTable() protected method

protected CreateTable ( ) : void
return void