MCPcopy Create free account
hub / github.com/TanTanDev/runity / Time

Class Time

unity/Runity/Time.cs:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2using System.Runtime.InteropServices;
3namespace Runity {
4 [StructLayout(LayoutKind.Sequential)]
5 public struct Time {
6 public float delta_time;
7 }
8}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected