[Missing <summary> documentation for "M:BaseLib.AttackCollection.AddAttack(BaseLib.Attack,System.Double)"]

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public void AddAttack(
	Attack attack,
	double weight
)

Parameters

attack
Type: BaseLib..::..Attack

[Missing <param name="attack"/> documentation for "M:BaseLib.AttackCollection.AddAttack(BaseLib.Attack,System.Double)"]

weight
Type: System..::..Double

[Missing <param name="weight"/> documentation for "M:BaseLib.AttackCollection.AddAttack(BaseLib.Attack,System.Double)"]

See Also