Tanoda
TPacket.cs
Go to the documentation of this file.
1using System.Collections;
2using System.Collections.Generic;
3
4public abstract class TPacket
5{
6 byte PacketType;
7 int PacketLength;
8}