OpenHacknet/GenerationStatics.cs

7 lines
128 B
C#
Raw Normal View History

2015-10-27 23:04:18 -04:00
namespace Hacknet
2015-10-27 22:34:58 -04:00
{
public static class GenerationStatics
{
public static int CorportationsGenerated;
}
}