Beispiel #1
0
 public Message(byte[] data, ulong id)
 {
     Send = true; Bytes = barray(data); Str = Launcher.ToString(data); Id = id;
 }
Beispiel #2
0
 public Message(byte[] data, bool send = true)
 {
     Send = send; Bytes = barray(data); Str = Launcher.ToString(data);
 }