5 lines
59 B
C#
5 lines
59 B
C#
namespace Server.Packets;
|
|
|
|
public interface IPacket
|
|
{
|
|
}
|
namespace Server.Packets;
|
|
|
|
public interface IPacket
|
|
{
|
|
}
|