This website requires JavaScript.
Explore
Help
Sign in
flashii
/
sharp-chat
Watch
3
Star
0
Fork
You've already forked sharp-chat
0
Code
Issues
Pull requests
Releases
Activity
6593929827
Branches
Tags
No results found.
sharp-chat
/
SharpChat.SockChat
/
S2CPacket.cs
6 lines
95 B
C#
Raw
Normal View
History
Unescape
Escape
First set of Sock Chat specific splitouts.
2025-04-26 22:47:57 +00:00
namespace
SharpChat.SockChat
{
Added C2S and S2C markings to class names.
2025-04-25 20:12:42 +00:00
public
interface
S2CPacket
{
S2C packer methods now just return a single string.
2025-04-25 20:33:42 +00:00
string
Pack
(
)
;
Imported stable branch.
2022-08-30 17:00:58 +02:00
}
}
Reference in a new issue
Copy permalink