Added MB Dev Notes

This commit is contained in:
2024-04-28 11:44:28 -05:00
parent f4bd928796
commit 753c3686ea
3 changed files with 26 additions and 0 deletions
+6
View File
@@ -37,6 +37,12 @@ import static engine.math.FastMath.sqr;
public class MobAI {
// MB Dev notes:
// Class implements mobile AI mechanics for Magicbane.
//
// Controls all mob actions from regular mobs to pets and guards.
// Initiates in the "DetermineAction" method and branches from there
//
private static void attackTarget(Mob mob, AbstractWorldObject target) {