-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Aragas
committed
Sep 22, 2015
1 parent
c0501b8
commit ceb67f5
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule PokeD.Core
updated
5 files
+19 −0 | Packets/Encryption/JoiningGameRequestPacket.cs | |
+25 −0 | Packets/Encryption/JoiningGameResponsePacket.cs | |
+5 −3 | Packets/PlayerPacketTypes.cs | |
+8 −6 | Packets/PlayerResponse.cs | |
+2 −0 | PokeD.Core.csproj |
Submodule PokeD.Server
updated
7 files
+2 −0 | Clients/IClient.cs | |
+6 −0 | Clients/P3D/P3DPlayer.cs | |
+8 −7 | Clients/Protobuf/ProtobufPlayer.Packets.cs | |
+11 −5 | Clients/Protobuf/ProtobufPlayer.cs | |
+6 −0 | Clients/SCON/SCONClient.cs | |
+1 −1 | PokeD.Core | |
+2 −0 | Server.cs |