mirror of
https://github.com/sebastian-heinz/mhf-server.git
synced 2025-04-04 22:28:26 +08:00
9 lines
138 B
C#
9 lines
138 B
C#
![]() |
namespace Mhf.Server.Packet
|
|||
|
{
|
|||
|
public interface IHandler
|
|||
|
{
|
|||
|
ushort Id { get; }
|
|||
|
int ExpectedSize { get; }
|
|||
|
}
|
|||
|
}
|