Ryan 87a569ee9e Created Manager Initializer & Started on Packet Serializing/Deserializing
Manager Initializer initializes all managers found inheriting the IManager interface
Packet Manager
- Created LoadPacketInfo which gets PropertyInfo using reflection, and caches the returned information
- Started on Send<Packet>(Packet)
- Started on serializing packets to stream
- Started on packet deserializer
Created PacketIgnore attribute to ignore properties in a packet when serializing
2021-12-06 15:18:29 +10:00
2021-12-03 15:40:09 +10:00
2021-12-03 09:25:43 +10:00
2021-12-03 15:42:14 +10:00
2021-12-03 09:25:43 +10:00
2021-12-03 09:25:43 +10:00

Articulate-Network

A library inspired by Eloquent ORM. The goal is to create an intuitive and easy to use network framework that allows people to communicate between clients and servers, using classes as the packet structure.

Description
A library inspired by Eloquent ORM. The goal is to create an intuitive and easy to use network framework that allows people to communicate between clients and servers, using classes as the packet structure.
Readme 62 KiB
Languages
C# 100%