mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-24 03:20:30 +02:00
added modifier class
- added auto attack animation (<3 showmoltti) - added thing to send battle packet from lua
This commit is contained in:
parent
cbbfa4ed95
commit
9bb298b2f3
5 changed files with 45 additions and 9 deletions
|
@ -103,6 +103,7 @@
|
|||
<Compile Include="actors\chara\ai\TargetFind.cs" />
|
||||
<Compile Include="actors\chara\ai\utils\AttackUtils.cs" />
|
||||
<Compile Include="actors\chara\ai\utils\BattleUtils.cs" />
|
||||
<Compile Include="actors\chara\Modifier.cs" />
|
||||
<Compile Include="actors\chara\npc\ActorClass.cs" />
|
||||
<Compile Include="actors\chara\npc\BattleNpc.cs" />
|
||||
<Compile Include="actors\chara\npc\NpcWork.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue