server-master/srcs/WingsAPI.Packets/IServerPacket.cs
2026-02-10 18:21:30 +01:00

9 lines
No EOL
171 B
C#

namespace WingsEmu.Packets
{
/// <summary>
/// Packets that are sent by server
/// </summary>
public interface IServerPacket : IPacket
{
}
}