C# Class Server.Game.Powers.HitPayload

Show file Open project: GrindFest/GrindFest Class Usage Examples

Public Properties

Property Type Description
AttackPayload AttackPayload
Attacker Server.Game.Components.Combatant
Power Power

Public Methods

Method Description
HitPayload ( AttackPayload attackPayload, Combatant attacker, Power power ) : Server.Game.Components

Method Details

HitPayload() public method

public HitPayload ( AttackPayload attackPayload, Combatant attacker, Power power ) : Server.Game.Components
attackPayload AttackPayload
attacker Server.Game.Components.Combatant
power Power
return Server.Game.Components

Property Details

AttackPayload public property

public AttackPayload AttackPayload
return AttackPayload

Attacker public property

public Combatant,Server.Game.Components Attacker
return Server.Game.Components.Combatant

Power public property

public Power,Server.Game.Powers Power
return Power