Struct WorldHackableData
Assembly: SociallyDistant.Framework.dll
Syntax
public struct WorldHackableData : IWorldData, ISerializable<WorldRevision, IWorldSerializer>, IDataWithId
Properties
ComputerId
Declaration
public ObjectId ComputerId { get; set; }
Property Value
InstanceId
Declaration
public ObjectId InstanceId { get; set; }
Property Value
Port
Declaration
public ushort Port { get; set; }
Property Value
VulnerabilityId
Declaration
public string? VulnerabilityId { get; set; }
Property Value
Methods
Serialize(IWorldSerializer)
Declaration
public void Serialize(IWorldSerializer serializer)
Parameters
Implements