mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
renamed mob stuff to battlenpc
- stubbed spawn/die/despawn functions
This commit is contained in:
@@ -248,5 +248,16 @@ namespace FFXIVClassic_Map_Server.actors.chara.ai
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void InternalDie(DateTime tick, uint timeToFadeout)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public void InternalRaise(Character target)
|
||||
{
|
||||
// todo: place at target
|
||||
// ForceChangeState(new RaiseState(target));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user