using LiteNetLib.Utils; namespace _Network.Shared.Interface { public interface INetPacket : INetSerializable { PacketType Type { get; } } }