Skip to content

This repository will contain all projects which are in C#

Notifications You must be signed in to change notification settings

Take-A-Byte/CSharpProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSharpProjects

This repository will contain all projects which are in C#

Messaging

Messaging Packets

PaccketType { User = 0x00, Message = 0x01 }

MessagePacketData { IServiceUser User; string Message; System.DateTime Time; }

UserPacketData { IServiceUser User; }

Packet { PacketType; Data; }

About

This repository will contain all projects which are in C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages