namespace PacketLib;
public class PlayerCommandPacket {
public PlayerCommand[] Commands { get; set; }
}