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

FxCop issues fixed; dead code removed

This commit is contained in:
lidgren
2013-02-24 13:40:30 +00:00
parent 84f892c1f0
commit 14f20ace0e
9 changed files with 20 additions and 785 deletions

View File

@@ -75,7 +75,7 @@ namespace Lidgren.Network
/// <summary>
/// Create a semi-random seed based on an object
/// </summary>
public int GetSeed(object forObject)
public static int GetSeed(object forObject)
{
// mix some semi-random properties
int seed = (int)Environment.TickCount;