1 2 3 4 5 6 7 8 9 10
namespace UnityEngine { internal class SystemClock { public static System.DateTime now { get { return System.DateTime.Now; } } } }