using System;
namespace Syntriax.Engine.Core;
public record GameTime
(
TimeSpan Total,
TimeSpan Elapsed
);