C# Class Server.Game.Powers.HitPayload

ファイルを表示 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_oe property

public AttackPayload AttackPayload
return AttackPayload

Attacker public_oe property

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

Power public_oe property

public Power,Server.Game.Powers Power
return Power