Added actor event packets.

This commit is contained in:
Filip Maj 2016-01-23 20:12:04 -05:00
parent ea6b1e33c7
commit 3b48ed1f74
8 changed files with 261 additions and 0 deletions

View file

@ -122,6 +122,7 @@
<Compile Include="packets\send\actor\ActorDoEmotePacket.cs" />
<Compile Include="packets\send\actor\ActorInstantiatePacket.cs" />
<Compile Include="packets\send\actor\DeleteAllActorsPacket.cs" />
<Compile Include="packets\send\actor\SetPushEventConditionWithCircle.cs" />
<Compile Include="packets\send\actor\_0x132Packet.cs" />
<Compile Include="packets\send\actor\SetActorIsZoningPacket.cs" />
<Compile Include="packets\send\actor\DoBattleActionPacket.cs" />