mirror of
https://github.com/Alee14/OpenHacknet.git
synced 2025-01-22 09:12:44 -05:00
7 lines
No EOL
128 B
C#
7 lines
No EOL
128 B
C#
namespace Hacknet
|
|
{
|
|
public static class GenerationStatics
|
|
{
|
|
public static int CorportationsGenerated;
|
|
}
|
|
} |