15 lines
252 B
C#
15 lines
252 B
C#
using Articulate_Network.Packets;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace MIT_Packets.Configuration
|
|
{
|
|
public class ClientConfigPacket : Packet
|
|
{
|
|
|
|
}
|
|
}
|