From 15740faf9fe9fe4be08965098bbf2947e096aeeb Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Aug 2019 22:50:43 +0800 Subject: +Unity Runtime code --- Runtime/Export/SystemClock.cs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Runtime/Export/SystemClock.cs (limited to 'Runtime/Export/SystemClock.cs') diff --git a/Runtime/Export/SystemClock.cs b/Runtime/Export/SystemClock.cs new file mode 100644 index 0000000..a4a26c9 --- /dev/null +++ b/Runtime/Export/SystemClock.cs @@ -0,0 +1,10 @@ +namespace UnityEngine +{ +internal class SystemClock +{ + public static System.DateTime now + { + get { return System.DateTime.Now; } + } +} +} -- cgit v1.1-26-g67d0