Guest User

Untitled

a guest
Oct 20th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. public class PacketSt26 : IPacketTemplate
  2. {
  3.         public UInt16 Header { get { return 26; } }
  4.         public UInt32 Language;
  5.         public byte ArraySize1;
  6.         [PacketFieldType(ConstSize = false, MaxSize = 11)]
  7.         public byte[] Data2;
  8.         public byte Data4;
  9. }
Add Comment
Please, Sign In to add comment