[PlusEMU] Credits/Pixels timer

JayC

Always Learning
Aug 8, 2013
5,493
1,398
I cant find build?
The only thing that I found was CONSTANT variables under PlusStaticGameSettings
Code:
 /// <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;
 

Users who are viewing this thread

Top