mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-08-03 00:01:57 +02:00
start of ai based on kjLotus's code on dsp
This commit is contained in:
parent
c70cf022b7
commit
04890660c0
9 changed files with 191 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue