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

7 lines
No EOL
94 B
C#

namespace Hacknet
{
internal interface FileType
{
string getName();
}
}