style: Renamed GameTime to EngineTime
This commit is contained in:
9
Engine.Core/EngineTime.cs
Normal file
9
Engine.Core/EngineTime.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using System;
|
||||
|
||||
namespace Syntriax.Engine.Core;
|
||||
|
||||
public record EngineTime
|
||||
(
|
||||
TimeSpan Total,
|
||||
TimeSpan Elapsed
|
||||
);
|
||||
Reference in New Issue
Block a user