Added C2S and S2C markings to class names.
This commit is contained in:
parent
e17aed7c25
commit
a8f5c00e37
45 changed files with 181 additions and 181 deletions
SharpChat
6
SharpChat/C2SPacketHandler.cs
Normal file
6
SharpChat/C2SPacketHandler.cs
Normal file
|
@ -0,0 +1,6 @@
|
|||
namespace SharpChat {
|
||||
public interface C2SPacketHandler {
|
||||
bool IsMatch(ChatPacketHandlerContext ctx);
|
||||
void Handle(ChatPacketHandlerContext ctx);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue