You've already forked lidgren-network-gen3
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user