Exemplo n.º 1
0
 public void EnableIA(IAControl.IaCallBack iaCall, IAControl.UpdateCallBack upCallBack, Directions direction, Vector3 intense)
 {
     _direction     = direction;
     _intense       = intense;
     iaCallBack     = iaCall;
     updateCallBack = upCallBack;
     isKilling      = IsThereSomeoneToKill(direction);
     Myenable       = true;
     StartCoroutine("MoveIA");
 }
Exemplo n.º 2
0
 public void EnableIA(IAControl.IaCallBack iaCall)
 {
     iaCallBack = iaCall;
     Myenable   = true;
 }