namespace UnityEngine { internal class SystemClock { public static System.DateTime now { get { return System.DateTime.Now; } } } }