Skip to content

Commit

Permalink
add Time
Browse files Browse the repository at this point in the history
  • Loading branch information
IQzhan committed Nov 24, 2021
1 parent 54fd81b commit 45a50f3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Runtime/Time.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
namespace E
{
/// <summary>
/// Time information.
/// </summary>
public static class Time
{
public static double time;
public static double deltaTime;
public static double realTime;

}
}
11 changes: 11 additions & 0 deletions Runtime/Time.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45a50f3

Please sign in to comment.