OpenHacknet/ComputerTypeInfo.cs
2015-10-27 23:04:18 -04:00

10 lines
No EOL
202 B
C#

namespace Hacknet
{
public class ComputerTypeInfo
{
public static string getDefaultBootDaemonFilename(object c)
{
return "DefaultBootModule.txt";
}
}
}