Files
Articulate-Network/Attributes/PacketIgnore.cs
Ryan cdda6c0c8a Start on Server & Client Events
Created ClientConnected event
Created DataReceived event
2021-12-15 15:14:05 +10:00

14 lines
219 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Articulate_Network.Attributes
{
public class PacketIgnore : Attribute
{
}
}