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

10 lines
No EOL
147 B
C#

// WingsEmu
//
// Developed by NosWings Team
namespace WingsEmu.Packets
{
public abstract class ServerPacket : IServerPacket
{
}
}