Added MB Dev Notes
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user