mirror of
https://github.com/Alee14/OpenHacknet.git
synced 2025-01-22 09:12:44 -05:00
10 lines
No EOL
202 B
C#
10 lines
No EOL
202 B
C#
namespace Hacknet
|
|
{
|
|
public class ComputerTypeInfo
|
|
{
|
|
public static string getDefaultBootDaemonFilename(object c)
|
|
{
|
|
return "DefaultBootModule.txt";
|
|
}
|
|
}
|
|
} |