Funkční komunikace mezi jedním clientem a serverem
This commit is contained in:
commit
3f235f6e04
44 changed files with 1030 additions and 0 deletions
5
PacketLib/PlayerCommandPacket.cs
Normal file
5
PacketLib/PlayerCommandPacket.cs
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
namespace PacketLib;
|
||||
|
||||
public class PlayerCommandPacket {
|
||||
public PlayerCommand[] commands { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue