mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-07-25 03:48:23 +02:00
added super basic hate container class which doesnt actually do anything yet
This commit is contained in:
parent
2c9ae60bbf
commit
c162fb0eab
3 changed files with 92 additions and 0 deletions
|
@ -90,6 +90,7 @@
|
|||
<Compile Include="actors\chara\ai\controllers\Controller.cs" />
|
||||
<Compile Include="actors\chara\ai\controllers\MobController.cs" />
|
||||
<Compile Include="actors\chara\ai\controllers\PlayerController.cs" />
|
||||
<Compile Include="actors\chara\ai\HateContainer.cs" />
|
||||
<Compile Include="actors\chara\ai\PathFind.cs" />
|
||||
<Compile Include="actors\chara\ai\state\AttackState.cs" />
|
||||
<Compile Include="actors\chara\ai\state\State.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue