Esempio n. 1
0
 /// <summary>
 /// Retrieves the NetworkMap of Computer.
 /// </summary>
 /// <returns>The NetworkMap.</returns>
 /// <param name="comp">The Computer</param>
 public static Hacknet.NetworkMap GetNetworkMap(this Hacknet.Computer comp) => comp.GetOS().netMap;