The only thing that I found was CONSTANT variables under PlusStaticGameSettingsI cant find build?
/// <summary>
/// The amount of credits a user will recieve every x minutes
/// </summary>
public const int UserCreditsUpdateAmount = 100;
/// <summary>
/// The amount of pixels a user will recieve every x minutes
/// </summary>
public const int UserPixelsUpdateAmount = 100;
/// <summary>
/// The time a user will have to wait for Credits/Pixels update in minutes
/// </summary>
public const int UserCreditsUpdateTimer = 15;