INNER CODE UNIT · C#

Constants

steffendx/GoNorth · Constants.cs:6

    public class Constants
    {
        /// <summary>
        /// Minium Password Length
        /// </summary>
        public const int MinPasswordLength = 8;

        /// <summary>
        /// Default timespan for resource locks
        /// </summary>
        public const int DefaultResourceLockTimespan = 2;
    };
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…