9 lines
No EOL
163 B
C#
9 lines
No EOL
163 B
C#
using LiteNetLib.Utils;
|
|
|
|
namespace _Network.Shared.Interface
|
|
{
|
|
public interface INetPacket : INetSerializable
|
|
{
|
|
PacketType Type { get; }
|
|
}
|
|
} |