Quest System Completed

This commit is contained in:
2025-01-18 20:56:20 -06:00
parent a3ffd53f53
commit 4c49575bc7
-4
View File
@@ -23,9 +23,5 @@ public class QuestObject {
this.objectiveCount++;
else
return;
//if(this.objectiveCount >= this.objectiveCountRequired){
// //QuestManager.completeQuest(this.owner,this);
//}
}
}