Start on Server & Client Events

Created ClientConnected event
Created DataReceived event
This commit is contained in:
2021-12-15 15:14:05 +10:00
parent fc1195c446
commit cdda6c0c8a
3 changed files with 18 additions and 2 deletions

View File

@ -6,7 +6,7 @@ using System.Threading.Tasks;
namespace Articulate_Network.Attributes
{
public class PacketIgnore : System.Attribute
public class PacketIgnore : Attribute
{
}