1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-18 08:06:33 +09:00

Lots of XML comments added; documentation rebuilt

This commit is contained in:
lidgren
2010-10-19 19:04:51 +00:00
parent ad9ee50518
commit aa72849830
15 changed files with 74 additions and 3 deletions

View File

@@ -46,6 +46,9 @@ namespace Lidgren.Network
public static double Now { get { return (double)Environment.TickCount / 1000.0; } }
#endif
/// <summary>
/// Given seconds it will output a human friendly readable string (milliseconds if less than 60 seconds)
/// </summary>
public static string ToReadable(double seconds)
{
if (seconds > 60)