RoR2-ChensHelpers

Contains simple and useful helpers for RoR2 mod creators to use. Mainly caters to Chen's mods.

View on GitHub

ChensHelpers

Chen.Helpers.GeneralHelpers.BlastAttack

BlastAttack.HitPointAndResult Struct

Combination of BlastAttack.HitPoint and BlastAttack.Result.

public struct BlastAttack.HitPointAndResult
Fields  
hitPoints Array of HitPoint of BlastAttack. Contains all the victims.
result Result struct of BlastAttack. Only contains the count of the array of HitPoint, but for completeness, this is included as well within the struct.