Auto_Attack.__init__()
This is the constructor of the class Auto_Attack.
Parameters
id : int - Unique identifier of the Auto_Attack.
Ranged : bool - True if the Auto_Attack DOT is ranged attacks. The potency of the DOT will be adjusted depending on that value.
Usage
newAA = Auto_Attack(1, True)