C# Class Sakuno.KanColle.Amatsukaze.Game.Services.Quest.OSS.DefeatBoss

Inheritance: Sakuno.KanColle.Amatsukaze.Game.Services.Quest.OSS.Battle
Mostra file Open project: amatukaze/IntelligentNavalGun

Protected Methods

Method Description
DefeatBoss ( int rpMapIDs, BattleRank rpLowestRank ) : Sakuno.KanColle.Amatsukaze.Game.Models.Battle
Process ( ProgressInfo rpProgress, BattleInfo rpBattle, RawBattleResult rpResult ) : void

Method Details

DefeatBoss() protected method

protected DefeatBoss ( int rpMapIDs, BattleRank rpLowestRank ) : Sakuno.KanColle.Amatsukaze.Game.Models.Battle
rpMapIDs int
rpLowestRank BattleRank
return Sakuno.KanColle.Amatsukaze.Game.Models.Battle

Process() protected method

protected Process ( ProgressInfo rpProgress, BattleInfo rpBattle, RawBattleResult rpResult ) : void
rpProgress ProgressInfo
rpBattle Sakuno.KanColle.Amatsukaze.Game.Models.Battle.BattleInfo
rpResult Sakuno.KanColle.Amatsukaze.Game.Models.Raw.RawBattleResult
return void