?package kobojo.timeManagement.model.AI
{
import __AS3__.vec.*;
public class AttackDamageReport extends Object
{
protected var _damageList:Vector.<int>;
protected var _cumulatedDamage:int;
protected var _isCritical:Boolean;
protected var _maxTheoreticalDamage:Number;
public function AttackDamageReport(param1:int, param2:Vector.<int>, param3:Boolean, param4:Number)
{
//d0
_as3_getlocal <0>
//30
_as3_pushscope
//d0
_as3_getlocal <0>
//49 00
_as3_constructsuper (param count:0)
//d0
_as3_getlocal <0>
//d1
_as3_getlocal <1>
//68 9b 4a
_as3_initproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_cumulatedDamage
//d0
_as3_getlocal <0>
//d2
_as3_getlocal <2>
//68 9a 4a
_as3_initproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_damageList
//d0
_as3_getlocal <0>
//d3
_as3_getlocal <3>
//68 9c 4a
_as3_initproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_isCritical
//d0
_as3_getlocal <0>
//62 04
_as3_getlocal <4>
//68 9d 4a
_as3_initproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_maxTheoreticalDamage
//47
_as3_returnvoid
}// end function
public function get isCritical() : Boolean
{
//d0
_as3_getlocal <0>
//30
_as3_pushscope
//d0
_as3_getlocal <0>
//66 9c 4a
_as3_getproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_isCritical
//48
_as3_returnvalue
}// end function
public function get cumulatedDamage() : int
{
//d0
_as3_getlocal <0>
//30
_as3_pushscope
//d0
_as3_getlocal <0>
//66 9b 4a
_as3_getproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_cumulatedDamage
//48
_as3_returnvalue
}// end function
public function get damageList() : Vector.<int>
{
//d0
_as3_getlocal <0>
//30
_as3_pushscope
//d0
_as3_getlocal <0>
//66 9a 4a
_as3_getproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_damageList
//48
_as3_returnvalue
}// end function
public function get maxTheoreticalDamage() : Number
{
//d0
_as3_getlocal <0>
//30
_as3_pushscope
//d0
_as3_getlocal <0>
//66 9d 4a
_as3_getproperty kobojo.timeManagement.model.AI:AttackDamageReport: :_maxTheoreticalDamage
//48
_as3_returnvalue
}// end function
}
}
or i took wrong code???






