source:
2013/30/MiskaK/MW2(My Warfare 2)/ServerProtocol/PacketType.cs
@
4507
Revision 4507, 389 bytes checked in by anlakane, 8 years ago (diff) |
---|
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | |
6 | namespace My_Warfare_2_Server |
7 | { |
8 | /// <summary> |
9 | /// Paketin tyyppi (käytännössä sisältö). |
10 | /// </summary> |
11 | public enum PacketType |
12 | { |
13 | Connect, |
14 | AcceptConnect, |
15 | Disconnect, |
16 | PlayerUpdate, |
17 | Shoot, |
18 | ChatMessage |
19 | } |
20 | } |
Note: See TracBrowser
for help on using the repository browser.