Hacknet-Pathfinder icon indicating copy to clipboard operation
Hacknet-Pathfinder copied to clipboard

Remove deprecated members and types

Open Spartan322 opened this issue 2 years ago • 0 comments

  • Pathfinder.Port:
    • [ ] PortManager.RegisterPort(PortData)
    • [ ] PortManager.GetPortDataFromProtocol(string)
    • [ ] PortManager.GetPortDataFromNumber(int)
    • [ ] PortState::operator PortData(PortState)
    • [ ] PortState::operator PortState(PortData)
    • [ ] PortRecord::operator PortData(PortRecord)
    • [ ] PortRecord::operator PortRecord(PortData)
    • [ ] PortData
    • [ ] ComputerExtensions::AddPort(Computer, PortData)
    • [ ] Replace ComputerExtensions::GetPort(Computer, string) with CompuerExtensions::GetPortState(Computer, string)
    • [ ] Replace ComputerExtensions::GetAllPorts(Computer) with ComputerExtensions::GetAllPortStates(Computer)
    • [ ] Replace ComputerExtensions::GetPortDict(Computer) with ComputerExtensions::GetPortStateDict(Computer)
  • Pathfinder.Executable:
    • [ ] BaseExecutable.GetIdentifier()
    • [ ] GameExecutable.GetIdentifier()

Spartan322 avatar Apr 29 '22 02:04 Spartan322