added AutoTarget trait

This commit is contained in:
Chris Forbes
2009-12-08 21:12:25 +13:00
parent 0dbf1bf027
commit 12ac96a885
4 changed files with 32 additions and 2 deletions

View File

@@ -239,7 +239,6 @@ namespace OpenRa.Game
.FirstOrDefault();
}
public static Random SharedRandom = new Random(0); /* for things that require sync */
public static Random CosmeticRandom = new Random(); /* for things that are just fluff */