9 lines
No EOL
171 B
C#
9 lines
No EOL
171 B
C#
namespace WingsEmu.Packets
|
|
{
|
|
/// <summary>
|
|
/// Packets that are sent by server
|
|
/// </summary>
|
|
public interface IServerPacket : IPacket
|
|
{
|
|
}
|
|
} |