mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
start of ai based on kjLotus's code on dsp
This commit is contained in:
@@ -5,6 +5,7 @@ using FFXIVClassic_Map_Server.actors.group;
|
||||
using FFXIVClassic_Map_Server.Actors.Chara;
|
||||
using FFXIVClassic_Map_Server.packets.send.actor;
|
||||
using FFXIVClassic_Map_Server.utils;
|
||||
using FFXIVClassic_Map_Server.actors.chara.ai;
|
||||
using System;
|
||||
|
||||
namespace FFXIVClassic_Map_Server.Actors
|
||||
@@ -62,6 +63,8 @@ namespace FFXIVClassic_Map_Server.Actors
|
||||
|
||||
public DateTime lastAiUpdate;
|
||||
|
||||
public AIContainer aiContainer;
|
||||
|
||||
public Character(uint actorID) : base(actorID)
|
||||
{
|
||||
//Init timer array to "notimer"
|
||||
|
Reference in New Issue
Block a user