mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-04-02 19:42:05 -04:00
Forgot stuff.
This commit is contained in:
parent
31b13300ac
commit
fd2df829de
@ -132,10 +132,11 @@
|
||||
<Compile Include="dataobjects\SearchEntry.cs" />
|
||||
<Compile Include="lua\LuaEngine.cs" />
|
||||
<Compile Include="lua\LuaEvent.cs" />
|
||||
<Compile Include="lua\LuaParam.cs" />
|
||||
<Compile Include="lua\LuaNpc.cs" />
|
||||
<Compile Include="lua\LuaParam.cs" />
|
||||
<Compile Include="lua\LuaPlayer.cs" />
|
||||
<Compile Include="lua\LuaScript.cs" />
|
||||
<Compile Include="lua\LuaUtils.cs" />
|
||||
<Compile Include="PacketProcessor.cs" />
|
||||
<Compile Include="packets\receive\ChatMessagePacket.cs" />
|
||||
<Compile Include="packets\receive\events\EventUpdatePacket.cs" />
|
||||
@ -186,6 +187,7 @@
|
||||
<Compile Include="packets\send\actor\inventory\InventoryListX16Packet.cs" />
|
||||
<Compile Include="packets\send\actor\inventory\InventoryListX64Packet.cs" />
|
||||
<Compile Include="packets\send\actor\inventory\InventoryListX32Packet.cs" />
|
||||
<Compile Include="packets\send\actor\PlayAnimationOnActorPacket.cs" />
|
||||
<Compile Include="packets\send\actor\_0x132Packet.cs" />
|
||||
<Compile Include="packets\send\actor\SetActorIsZoningPacket.cs" />
|
||||
<Compile Include="packets\send\actor\battle\BattleActionX01Packet.cs" />
|
||||
@ -287,7 +289,6 @@
|
||||
<Compile Include="packets\WorldPackets\Send\SessionEndConfirmPacket.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="lua\LuaUtils.cs" />
|
||||
<Compile Include="Properties\Resources.Designer.cs">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
|
@ -67,21 +67,39 @@
|
||||
<Compile Include="ConfigConstants.cs" />
|
||||
<Compile Include="Database.cs" />
|
||||
<Compile Include="DataObjects\ClientConnection.cs" />
|
||||
<Compile Include="DataObjects\Group\Group.cs" />
|
||||
<Compile Include="DataObjects\Group\Linkshell.cs" />
|
||||
<Compile Include="DataObjects\Group\LinkshellMember.cs" />
|
||||
<Compile Include="DataObjects\Group\Party.cs" />
|
||||
<Compile Include="DataObjects\Group\Relation.cs" />
|
||||
<Compile Include="DataObjects\Group\RetainerGroup.cs" />
|
||||
<Compile Include="DataObjects\Group\RetainerGroupMember.cs" />
|
||||
<Compile Include="DataObjects\ZoneServer.cs" />
|
||||
<Compile Include="DataObjects\Session.cs" />
|
||||
<Compile Include="LinkshellManager.cs" />
|
||||
<Compile Include="PacketProcessor.cs" />
|
||||
<Compile Include="Packets\Receive\HelloPacket.cs" />
|
||||
<Compile Include="Packets\Send\_0x2Packet.cs" />
|
||||
<Compile Include="Packets\Send\_0x7Packet.cs" />
|
||||
<Compile Include="Packets\Send\_0x8PingPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Receive\Group\GroupControlCreateModifyPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Receive\Group\GroupControlGetDeletePacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Receive\Group\GroupMemberChangePacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Receive\SessionBeginConfirmPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Receive\WorldRequestZoneChangePacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Receive\SessionEndConfirmPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Send\ErrorPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Send\Group\GroupWorkValuesPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Send\Group\GroupMemberListPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Send\Group\GroupMemberListEndPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Send\Group\GroupMemberListStartPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Send\SessionBeginPacket.cs" />
|
||||
<Compile Include="Packets\WorldPackets\Send\SessionEndPacket.cs" />
|
||||
<Compile Include="PartyManager.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="RelationGroupManager.cs" />
|
||||
<Compile Include="RetainerGroupManager.cs" />
|
||||
<Compile Include="Server.cs" />
|
||||
<Compile Include="WorldMaster.cs" />
|
||||
</ItemGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user