This is my struct
public struct Timer { private readonly float _duration; public float Time { get; private set; } public Timer(float duratio