starting of new power manager

This commit is contained in:
2024-09-08 16:39:29 -05:00
parent aece43a3bc
commit 3c1280e546
3 changed files with 14 additions and 13 deletions
-10
View File
@@ -35,16 +35,6 @@ public class UsePowerJob extends AbstractScheduleJob {
this.targetLiveCounter = targetLiveCounter;
}
public UsePowerJob(PlayerCharacter pc, PerformActionMsg msg, int token, Power pb, int casterLiveCounter, int targetLiveCounter) {
super();
this.pc = pc;
this.msg = msg;
this.token = token;
this.pb = pb;
this.casterLiveCounter = casterLiveCounter;
this.targetLiveCounter = targetLiveCounter;
}
@Override
protected void doJob() {
PowersManager.finishUsePower(this.msg, this.pc, casterLiveCounter, targetLiveCounter);