no more windows??
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
namespace _2DGAMELIB;
|
||||
|
||||
public static class RNG
|
||||
namespace _2DGAMELIB
|
||||
{
|
||||
public static MyRandom XS = new MyRandom((uint)(Environment.TickCount + DateTime.Now.ToBinary()));
|
||||
public static class RNG
|
||||
{
|
||||
public static MyRandom XS = new MyRandom((uint)(Environment.TickCount + DateTime.Now.ToBinary()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user