Skip to content
Snippets Groups Projects
Commit bc292440 authored by William Guthmann's avatar William Guthmann
Browse files

Serveur/client UDP

parent 6c939e81
Branches main
No related merge requests found
......@@ -25,6 +25,7 @@ namespace ClientUdp
this.commande = commande;
this.commandeType = type;
this.dataSize = data.Length;
this.pseudo = pseudo;
this.data = data;
}
......
No preview for this file type
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment