mirror of
https://github.com/Alee14/OpenHacknet.git
synced 2025-01-22 17:25:15 -05:00
7 lines
No EOL
94 B
C#
7 lines
No EOL
94 B
C#
namespace Hacknet
|
|
{
|
|
internal interface FileType
|
|
{
|
|
string getName();
|
|
}
|
|
} |