示例#1
0
 private void doHeal(Creature creature) {
   AI2Actions.targetSelf(this);
   AI2Actions.useSkill(this, 21363);
   apllyEffect(creature, 21363);
 }