10 lines
No EOL
147 B
C#
10 lines
No EOL
147 B
C#
// WingsEmu
|
|
//
|
|
// Developed by NosWings Team
|
|
|
|
namespace WingsEmu.Packets
|
|
{
|
|
public abstract class ServerPacket : IServerPacket
|
|
{
|
|
}
|
|
} |